Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 518 Bytes

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