Ansible Rollen für die Server des Freifunk Regensburg
Go to file
Markus b9efe6c8be Add respondd (aka alfred-announce) 2017-03-27 20:24:38 +02:00
group_vars/all Fix dhcp config (local addr instead of interface), define site_domain 2017-03-27 18:08:29 +02:00
host_vars Use ansible ipaddr filters 2017-03-27 17:36:59 +02:00
library Add fastd role and depoly to test gateway 2017-03-26 21:33:16 +02:00
roles Add respondd (aka alfred-announce) 2017-03-27 20:24:38 +02:00
.gitignore Simplify vault password handling 2017-03-27 16:44:09 +02:00
README.md Update README 2017-03-27 17:49:24 +02:00
ansible.cfg Simplify vault password handling 2017-03-27 16:44:09 +02:00
hosts Remove IPs from inventory 2017-03-27 17:43:07 +02:00
site.yml Add respondd (aka alfred-announce) 2017-03-27 20:24:38 +02:00

README.md

Ansible Freifunk Regensburg

Requirements

The python package netaddr is required on the host running ansible.

The vault password must be stored in .vault_pass.

The only supported distribution to deploy roles on is debian jessie.

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/