Skip to main content

A state-based server management system (meta-package)

Project description

RedPepper

GitHub license GitHub release GitHub issues GitHub pull requests GitHub contributors

RedPepper logo

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.

Agents view

Commands view

Data editor view

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


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.9.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

redpepper-0.0.9-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: redpepper-0.0.9.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

Hashes for redpepper-0.0.9.tar.gz
Algorithm Hash digest
SHA256 b8e1a2f2f9fe3ab74fb1d98291aff2afd8b49fd29a28a0ec0273780f97f7d7f9
MD5 76744f0944a2649b99eef797f9e195af
BLAKE2b-256 14d5cbaf2f9d02f2cf06d74971e44afc05dcc01639e231ef0f14168e60dc9236

See more details on using hashes here.

File details

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

File metadata

  • Download URL: redpepper-0.0.9-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

Hashes for redpepper-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 8f1deab7dab4744319d8dc9872946808520c9bffb07fcd6d16e92d7a3f05337c
MD5 e20b26571689a8d4ebb6656c1cd6d441
BLAKE2b-256 2895fbddcb163506640d0be9f8932e6163dd6246194be0cf1e7a51a6861e180a

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