Skip to content

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.).

License

Notifications You must be signed in to change notification settings

Andreichenko/Saltstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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                                          

About

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.).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published