|
|
|
|
|
by c0balt
247 days ago
|
|
Ansible, Salt and Puppet are mostly industry standard. Those tools are commonly referred to as configuration management (systems). Ansible basically automates the workflow of: log in to X, do step X (if Y is not present). It has broad support for distros and OSes. It's mostly imperative and can be used like a glorified task runner. Salt let's you mostly declaratively describe the state of a system. It comes with a agent/central host system for distributing this configuration from the central host to the minions (push). Puppet is also declarative and also comes with an agent/central host system but uses a pull based approach. Specialized/ exotic options are also available, like mgmt or NixOS. |
|
Actually I am looking for tools to automate DevOps and security for self-hosting