/Saltstack

A virtualized Saltstack fleet. This also provides a workable look into using Compose and how containers are implemented in an environment (links, dependency, entry points, etc.).

Primary LanguageDockerfileMIT LicenseMIT

Salstack

A virtualized Saltstack fleet

Add the number of Salt minions desired in docker-compose.yml (add a new object for each new node), then save and deploy:

$ docker-compose up -d                                                                            

After allowing some time for the minions to connect to the master, and the script to accept their keys, you can access the fleet:

$ docker exec saltstack_salt-master_1 salt "*" test.ping