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

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

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
```