https://github.com/tdooner/new-turgon
Chef config for the new turgon
https://github.com/tdooner/new-turgon
Last synced: 4 months ago
JSON representation
Chef config for the new turgon
- Host: GitHub
- URL: https://github.com/tdooner/new-turgon
- Owner: tdooner
- Created: 2015-04-04T03:03:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T07:32:59.000Z (about 10 years ago)
- Last Synced: 2025-01-15T00:29:31.081Z (5 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
setup:
1. provision an ec2 machine
2. `curl -L https://www.chef.io/chef/install.sh | sudo bash`
3. `sudo mkdir /etc/chef`
4. `echo '{ "run_list": "role[mediacenter]" }' | sudo tee /etc/chef/solo.json`
5.```
cat <