Skip to main content

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 primarily targeted for Linux-based systems although it could be partially functional on other OS's as well.

RedPepper is inspired by Salt but aims to be more reliable 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 here for documentation.

Installation

Installation scripts for Debian-like systems are provided in the setup directory. See Installation for installation instructions.

Usage

RedPepper's user interface is the RedPepper Console, which is installed by default 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redpepper-0.0.2.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

redpepper-0.0.2-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file redpepper-0.0.2.tar.gz.

File metadata

  • Download URL: redpepper-0.0.2.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for redpepper-0.0.2.tar.gz
Algorithm Hash digest
SHA256 16806448b93de116da7930797cded513ef2727351f1f4cdb6d71bc3c0bdb0056
MD5 a353fa31da71b949bab610b1992b1642
BLAKE2b-256 733c44bb8774826b3a05ddd14036dfb978783d96e10c93fb0c7692b2c5882857

See more details on using hashes here.

File details

Details for the file redpepper-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: redpepper-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for redpepper-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a04c1de05c0d543389654d44a2ccaf359a53f29d49ed7c9055a2dda409615076
MD5 0a86ae48e915212e8c71b8db43ac5c41
BLAKE2b-256 be9925d64b09c4b869288c1384cf9f7dac972821a85f82c1b3104f6fc5538eda

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page