Ansible Rollen für die Server des Freifunk Regensburg
Go to file
Markus 90cb6966a7 netbox: bump to version 3.7.4 2024-03-18 08:48:47 +01:00
filter_plugins filter_plugins/resolve_filter update dependencies 2020-02-11 22:04:45 +01:00
group_vars/all telegraf: remove 2021-09-29 21:34:03 +02:00
host_vars host_vars: enable ntp server on gateways 2021-09-29 17:44:17 +02:00
library fastd_key: use python3 instead of python 2023-12-14 11:52:14 +01:00
roles netbox: bump to version 3.7.4 2024-03-18 08:48:47 +01:00
.ansible-lint Update linter skip_list 2021-08-01 11:18:04 +02:00
.drone.yml Update linter skip_list 2021-08-01 11:18:04 +02:00
.gitignore exip_ip: add rule to avoid VPN loops 2021-08-03 18:21:43 +02: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 telegraf: remove 2021-09-29 21:34:03 +02: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/