Ansible Rollen für die Server des Freifunk Regensburg
Go to file
2017-03-26 21:39:38 +02:00
group_vars/all Add confluence role and dependencies 2017-03-26 20:12:50 +02:00
host_vars Add fastd role and depoly to test gateway 2017-03-26 21:33:16 +02:00
library Add fastd role and depoly to test gateway 2017-03-26 21:33:16 +02:00
roles Add fastd role and depoly to test gateway 2017-03-26 21:33:16 +02:00
.gitignore Add confluence role and dependencies 2017-03-26 20:12:50 +02:00
hosts Initial commit 2017-03-26 20:02:33 +02:00
README.md Update README 2017-03-26 21:39:38 +02:00
site.yml Add fastd role and depoly to test gateway 2017-03-26 21:33:16 +02:00

Ansible Freifunk Regensburg

Running Ansible

To deploy all defined roles on all servers simply run ansible-playbook --ask-vault-pass -i hosts site.yml. To deploy only one server run ansible-playbook -i "imac1-local," site.yml (--ask-vault-pass is currently only required on the confluence host).

TBA

Notes

Some roles are derived from https://github.com/FreifunkBremen/ansible/