From 13598585ed55ddeab8941df43365eafc41c6e475 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sun, 19 Mar 2023 01:06:46 -0700 Subject: [PATCH] Added Configuration Management section. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 18ad1de..54a5a9e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ * [CI/CD](https://github.com/mikeroyal/Self-Hosting-Guide#cicd) * [Development](https://github.com/mikeroyal/Self-Hosting-Guide#development) * [Automation](#automation) + * [Configuration Management](#Configuration-Management) * [Cloud Storage](#cloud-storage) * [Cloud](https://github.com/mikeroyal/Self-Hosting-Guide#Cloud) * [Linode](#Linode) @@ -445,6 +446,26 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [µTask](https://github.com/ovh/utask) - Automation engine that models and executes business processes declared in yaml. +### Configuration Management + +[Back to The Top](#table-of-contents) + +[Ansible](https://www.ansible.com/) - is a tool is a powerful, agentless tool that works everywhere and with everything. When you add in proven enterprise engineering and support from Red Hat that's written in Python. + +[CFEngine](https://cfengine.com/) - is a Lightweight agent system where the configuration state is specified via a declarative language. + +[mgmt](https://github.com/purpleidea/mgmt) - is a next generation config management written in Go. + +[Pallet](https://palletops.com/) - is a Infrastructure definition, configuration and management via a Clojure DSL. + +[Puppet](https://puppetlabs.com/) - is an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification. + +[Chef](https://www.opscode.com/chef/) - is a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment. + +[(R)?ex](https://www.rexify.org/) - is a friendly automation framework to any combinations of local and remote execution, push and pull style of management, or imperative and declarative approach. + +[Salt](https://www.saltstack.com/) - is an event-driven automation tool and framework to deploy, configure, and manage complex IT systems. It automates common infrastructure administration tasks and ensure that all the components of your infrastructure are operating in a consistent desired state. + ### Cloud Storage [Back to The Top](#table-of-contents)