Ansible Rollen für die Server des Freifunk Regensburg
Go to file
Markus d71be0fcd3
continuous-integration/drone/push Build is failing Details
README: document passlib requirement
2021-06-22 22:59:14 +02:00
filter_plugins filter_plugins/resolve_filter update dependencies 2020-02-11 22:04:45 +01:00
group_vars/all Add Variable required for Telegraf Role 2021-01-10 19:11:09 +01:00
host_vars mesh_wg: increase the mtu so wg has to fragment 2020-11-25 18:28:22 +01:00
library fix library/fastd_key for python 3.5 2018-01-14 18:24:51 +01:00
roles netbox: fix paths in netbox-rq service file 2021-06-22 19:05:22 +02: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
README.md README: document passlib requirement 2021-06-22 22:59:14 +02:00
ansible.cfg use auto discovered python instead of legacy 2021-06-08 21:17:45 +02:00
hosts stats: migrate to new host, enable for dnsdist 2020-11-25 18:26:28 +01:00
site.yml Add Variable required for Telegraf Role 2021-01-10 19:11:09 +01:00

README.md

Ansible Freifunk Regensburg

Requirements

The python packages netaddr and passlib are 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/