Try IaC: Salt
Salt is a configuration management tool that employs a Salt “master” server to control a fleet of “minions,” or nodes, by moving them to a desired state. Salt can run scripts, manage updates, packages, and permissions, and much more. Salt also allows for you to change the state of your minions on the fly through the use of reactive Jinja-based templating.
This video will cover:
- Installing Salt
- Provisioning Salt Minions
- Applying Salt States
- Installing and running Docker and Docker containers
- Using Jinja templating
- How to use the Salt Top file and employing Formulas
- Sharing data with Pillars
- Setting up CI/CD pipelines with GitHub Actions