Ansible scripte für Freifunk-Server FFmyk von Niklas https://git.niyawe.de/ffmyk-ansible.git
 
 
 
 
 
 
Go to file
Niklas Yann Wettengel ce3ca9e97c fastd sample config up
group_vars renamed group_vars for uplink
host_vars fastd sample config up
library added setup_fastd.yml playbook
roles new wireguard mesh format
.gitignore uplink: add additional peers
.gitmodules added setup_fastd.yml playbook
README.md added README
bootstrap_arch.yml added install_arch role
inventory.ini.sample added uplink group
setup_fastd.yml added uplink group

README.md

ffmyk-ansible

sets up ffmyk supernodes

usage

  • load submodules
git submodule update --init
  • copy inventory.ini.sample
cp inventory.ini.sample inventory.ini
  • add hosts to inventory and edit variables in host_vars
  • to install arch on hetzner vms run the bootstrap_arch playbook
ansible-playbook -i inventory.ini bootstrap_arch.yml
  • to configure the node run
ansible-playbook -i inventory.ini setup_fastd.yml