Ansible Rollen für die Server des Freifunk Regensburg
Go to file
Markus Hauschild 6da2083d46 tileserver: also install docker.io
This will allow for easier management using commands such as docker ps,
or docker logs.
2024-10-06 17:29:10 +02:00
filter_plugins filter_plugins/resolve_filter update dependencies 2020-02-11 22:04:45 +01:00
group_vars/all speedtest: new role to be deployed on web server 2024-10-06 17:27:19 +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 tileserver: also install docker.io 2024-10-06 17:29:10 +02: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 tileserver: move from internal network to internet 2024-10-04 23:11:27 +02:00
README.md README: document passlib requirement 2021-06-22 22:59:14 +02:00
site.yml speedtest: new role to be deployed on web server 2024-10-06 17:27:19 +02: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/