Ansible Rollen für die Server des Freifunk Regensburg
Go to file
Markus f40a674a0d Batman: remove dkms support 2018-07-26 11:00:06 +02:00
filter_plugins forgot resolve filter 2018-01-22 21:58:43 +01:00
group_vars/all Add new prometheus/grafana roles 2018-07-19 16:29:44 +02:00
host_vars Batman: remove dkms support 2018-07-26 11:00:06 +02:00
library fix library/fastd_key for python 3.5 2018-01-14 18:24:51 +01:00
roles Batman: remove dkms support 2018-07-26 11:00:06 +02:00
.gitignore *.pyc added to gitignore 2018-02-25 23:07:41 +01:00
README.md Improve README (limit instead of inventory hack) 2018-07-26 08:19:34 +02:00
ansible.cfg Simplify vault password handling 2017-03-27 16:44:09 +02:00
hosts Add new prometheus/grafana roles 2018-07-19 16:29:44 +02:00
site.yml Renamed exit-ipv4 to exit-ip, added TCP-MSS Clamping for V4 and V6 2018-07-21 02:02:32 +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 -l hostname site.yml.

Notes

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