Skip to content

Here we store all Ansible roles and configs used for Freifunk Hannover.

License

Notifications You must be signed in to change notification settings

freifunkh/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

65056c6 · Mar 19, 2025
Sep 14, 2021
Jan 9, 2020
Mar 19, 2025
Mar 19, 2025
Feb 28, 2025
Mar 19, 2025
Mar 19, 2025
Jan 29, 2021
Mar 5, 2025
Nov 14, 2020
Feb 6, 2021
Jan 16, 2021
Jul 3, 2020
Feb 28, 2025

Repository files navigation

ansible configs for freifunkh

prerequisites

Ansible v2.7.7 or newer and dnspython are required for operation. Both can be installed using pip3:

pip3 install ansible dnspython

how to use:

git clone git@github.com:freifunkh/ansible.git ansible
cd ansible

Obtain the .vaultpassphrase from someone in the core team and place it into the main directory.

deploy all supernodes:

ansible-playbook playbooks/supernodes.yml

deploy all supernodes with only a specific role "networkd":

ansible-playbook playbooks/supernodes.yml -t networkd

deploy a single supernode:

ansible-playbook playbooks/supernodes.yml --limit=sn01

About

Here we store all Ansible roles and configs used for Freifunk Hannover.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published