No description
- Vim Script 62.9%
- Shell 29%
- Jinja 8.1%
| group_vars/all | ||
| host_vars | ||
| roles | ||
| .gitignore | ||
| ansible-galaxy.sh | ||
| ansible-Mac-9QJ9D7.sh | ||
| ansible-playbook.sh | ||
| ansible-this.sh | ||
| hosts | ||
| LICENSE | ||
| README.md | ||
| requirements.yml | ||
| site.yml | ||
| TODO.mac.md | ||
inventory
Tips & Tricks
Running ansible-playbook
Each folder should have an ansible-playbook.sh to make it easy to run ansible on a given host over SSH.
Grabbing roles from galaxy
Use --roles-path to install in to this repo: e.g. ansible-galaxy install --roles-path (pwd)/roles geerlingguy.docker