Ansible Rollen für die Server des Freifunk Regensburg
Go to file
2024-12-18 11:41:00 +01:00
filter_plugins filter_plugins/resolve_filter update dependencies 2020-02-11 22:04:45 +01:00
group_vars/all group_vars: update ssh public keys 2024-11-16 12:16:17 +01:00
host_vars host_vers: use dedicated NAT IPs on gw11 and gw21 2024-11-16 12:14:21 +01:00
library fastd_key: use python3 instead of python 2023-12-14 11:52:14 +01:00
roles netbox: bump to version 4.1.8 2024-12-18 11:41:00 +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
ansible.cfg use auto discovered python instead of legacy 2021-06-08 21:17:45 +02:00
hosts searxng: new role 2024-11-14 18:24:43 +01:00
README.md README: document passlib requirement 2021-06-22 22:59:14 +02:00
site.yml common: update and integrate ntp 2024-11-18 17:01:54 +01:00

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/