https://github.com/smortex/choria-playbooks
Sample repository for running choria playbooks
https://github.com/smortex/choria-playbooks
hacktoberfest
Last synced: 2 months ago
JSON representation
Sample repository for running choria playbooks
- Host: GitHub
- URL: https://github.com/smortex/choria-playbooks
- Owner: smortex
- Created: 2020-07-29T21:39:31.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T18:11:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T22:29:10.800Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Choria Playbooks
An example repository containing everything needed to run Choria playbooks.
## Getting started
```
bundle install
bundle exec r10k puppetfile install
bundle exec mco playbook run example --modulepath modules:site-modules
```