Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiemlicz/salt_testbed

Saltstack's master multi-minion automatically created environment
https://github.com/kiemlicz/salt_testbed

saltstack

Last synced: 29 days ago
JSON representation

Saltstack's master multi-minion automatically created environment

Awesome Lists containing this project

README

        

# Salt test environment
Docker based master multi-minion environment for salt states testing and experimenting

## Usage
Start the project using docker compose:
`docker-compose -f docker-compose.yml --project-directory=. up`

Minions are automatically accepted using reactor salt system

Attach to containers and experiment on your own:
`docker exec -it salttestbed_master_1 /bin/bash`