A state-based server management system (meta-package)
Project description
RedPepper
RedPepper is a state-based configuration management system written in Python. It has two basic components: a central manager and one or more agents on controlled servers. Redpepper is used to distribute configuration to servers and ensure that the servers remain in a consistent state.
RedPepper is inspired by Salt but aims to be more flexible and easy-to-use.
RedPepper has a REST API for integration with tools or user interfaces. RedPepper comes with an integrated web UI built with Vue.js for managing the system.
Please note: This project is currently being beta-tested and the bugs are being worked out. You can help by testing RedPepper in your own use case and opening issues when you find a flat spot.
Documentation
See https://merlinz01.github.io/redpepper.
Installation
Installation scripts are provided in the setup
directory.
See Installation for installation instructions.
Usage
RedPepper's user interface is the RedPepper Console, which is installed with the Manager. See the documentation for the console.
Configuration
See Configuration for more info.
Sample state file
Server installed:
type: package.Installed
name: nginx
Config file installed:
type: file.Installed
source: file-stored-on-manager.conf
path: /etc/nginx/installed-by-redpepper.conf
user: nginx
group: nginx
mode: 0600
if:
- py: not sys.platform.startswith('win')
- not file exists: /some/other/file
Server running:
type: service.Running
name: nginx
enable: true
require:
- Server installed
- Config file installed
Security
RedPepper aims to be fully secure by default where possible.
See SECURITY.md and Security Features for more info.
License
RedPepper is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file redpepper-0.0.10.tar.gz
.
File metadata
- Download URL: redpepper-0.0.10.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e26d45db5cd025be7a578e8d6d779a2c4803c43685b7df4c1e2757105bb7fc9 |
|
MD5 | 33e25ccb3781fce00e0938de1945b137 |
|
BLAKE2b-256 | 013e585c56222e100990d53e1947c4f5ef65dc04c9f33c4522990153cc813043 |
File details
Details for the file redpepper-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: redpepper-0.0.10-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1d73fd566d32800d0224a10bdb4acc17382a3cb385583b267a8f357db3d4180 |
|
MD5 | 016c6289ba5cd7da7c202a7ca879b6a9 |
|
BLAKE2b-256 | ac89e359bb993f96f11fecdd5226756d9c352391c68fcf1d34029db97b845c42 |