https://github.com/mwallner/rpich
my "homegrown datacenter" dsc and setup instructions
https://github.com/mwallner/rpich
Last synced: over 1 year ago
JSON representation
my "homegrown datacenter" dsc and setup instructions
- Host: GitHub
- URL: https://github.com/mwallner/rpich
- Owner: mwallner
- License: mit
- Created: 2021-02-06T19:52:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T20:14:51.000Z (over 4 years ago)
- Last Synced: 2025-02-01T07:28:40.167Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Ansible cheatsheet
run everything defined in `site.yml`
```
ansible-playbook -i cluster.yml site.yml
```
reboot the whole cluster:
```
ansible -i cluster.yml -a reboot all
```