Ansible Rollen für die Server des Freifunk Regensburg
Go to file
Markus Hauschild 1f0b671545 mesh_wg: new role for VXLAN over WG meshing
This is still work in progress, as such it is only enabled on the test
gateway.
2020-11-23 19:44:52 +01:00
filter_plugins filter_plugins/resolve_filter update dependencies 2020-02-11 22:04:45 +01:00
group_vars/all vars: add netbox host to node metrics 2020-10-06 10:02:50 +02:00
host_vars mesh_wg: new role for VXLAN over WG meshing 2020-11-23 19:44:52 +01:00
library fix library/fastd_key for python 3.5 2018-01-14 18:24:51 +01:00
roles mesh_wg: new role for VXLAN over WG meshing 2020-11-23 19:44:52 +01:00
.drone.yml Add linter pipeline 2020-06-22 13:22:23 +02:00
.gitignore *.pyc added to gitignore 2018-02-25 23:07:41 +01:00
ansible.cfg don't create .retry files 2019-10-07 16:02:02 +02:00
hosts new host: grafana.regensburg.freifunk.net 2020-11-04 23:15:34 +01:00
README.md drop debian stretch support 2020-10-06 10:30:42 +02:00
site.yml mesh_wg: new role for VXLAN over WG meshing 2020-11-23 19:44:52 +01:00

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 distributions to deploy roles on is debian buster.

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/