Ansible Rollen für die Server des Freifunk Regensburg
Go to file
Markus 7af1a441cf fix library/fastd_key for python 3.5 2018-01-14 18:24:51 +01: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 Update 'host_vars/gw11.regensburg.freifunk.net' 2018-01-14 17:09:27 +01:00
library fix library/fastd_key for python 3.5 2018-01-14 18:24:51 +01:00
roles cleanup (template -> file) 2018-01-10 16:35:20 +01:00
.gitignore Simplify vault password handling 2017-03-27 16:44:09 +02:00
README.md Require debian stretch, drop backports, cleanup 2017-06-30 11:59:14 +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 web-server for gateways 2017-07-03 21:18:45 +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 stretch.

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/