Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stahnma/puppetstack
Container based deployment of a puppet stack using docker-compose
https://github.com/stahnma/puppetstack
Last synced: 26 days ago
JSON representation
Container based deployment of a puppet stack using docker-compose
- Host: GitHub
- URL: https://github.com/stahnma/puppetstack
- Owner: stahnma
- License: apache-2.0
- Created: 2018-03-27T22:18:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T07:08:23.000Z (over 6 years ago)
- Last Synced: 2023-04-12T16:22:21.882Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppetstack
Run a container-based deployment of Puppet Infrastructure.
# DNS Stuff
You should make the host where docker-compose is running respond to a CNAME of
puppet, or put that in /etc/hosts on your clients. This is a known setup
requirement at this time.# Examples
docker-compose up -d
To scale out more puppet-server
docker-compose scale puppet=2
To scale down
docker-compose scale puppet=1
Tada!