Ansible Rollen für die Server des Freifunk Regensburg
Go to file
2017-03-27 16:45:15 +02:00
group_vars/all Add confluence role and dependencies 2017-03-26 20:12:50 +02:00
host_vars Add dns role (resolver only for now) 2017-03-26 22:46:35 +02:00
library Add fastd role and depoly to test gateway 2017-03-26 21:33:16 +02:00
roles Use ansible_managed in config file headers 2017-03-27 16:45:15 +02:00
.gitignore Simplify vault password handling 2017-03-27 16:44:09 +02:00
ansible.cfg Simplify vault password handling 2017-03-27 16:44:09 +02:00
hosts Initial commit 2017-03-26 20:02:33 +02:00
README.md Simplify vault password handling 2017-03-27 16:44:09 +02:00
site.yml Add dns role (resolver only for now) 2017-03-26 22:46:35 +02:00

Ansible Freifunk Regensburg

Requirements

The vault password must be stored in .vault_pass.

Running Ansible

To deploy all defined roles on all servers simply run ansible-playbook site.yml. To deploy only one server run ansible-playbook -i "hostname," site.yml.

Notes

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