No description
  • Vim Script 62.9%
  • Shell 29%
  • Jinja 8.1%
Find a file
2026-03-11 21:25:56 +11:00
group_vars/all Move servers/ to . 2026-03-07 12:58:06 +11:00
host_vars Move servers/ to . 2026-03-07 12:58:06 +11:00
roles add brandy.local 2026-03-11 21:25:56 +11:00
.gitignore Move servers/ to . 2026-03-07 12:58:06 +11:00
ansible-galaxy.sh Move servers/ to . 2026-03-07 12:58:06 +11:00
ansible-Mac-9QJ9D7.sh Move servers/ to . 2026-03-07 12:58:06 +11:00
ansible-playbook.sh Move servers/ to . 2026-03-07 12:58:06 +11:00
ansible-this.sh Move servers/ to . 2026-03-07 12:58:06 +11:00
hosts add brandy.local 2026-03-11 21:25:56 +11:00
LICENSE Initial commit 2019-02-24 09:20:18 +11:00
README.md Meetups Encoder Support (#1) 2019-04-21 11:08:03 +10:00
requirements.yml Move servers/ to . 2026-03-07 12:58:06 +11:00
site.yml add brandy.local 2026-03-11 21:25:56 +11:00
TODO.mac.md Move servers/ to . 2026-03-07 12:58:06 +11:00

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