Ansible scripte für Freifunk-Server FFmyk von Niklas https://git.niyawe.de/ffmyk-ansible.git
 
 
 
 
 
 
Go to file
Niklas Yann Wettengel aff767a31f reduce tcp_timeout_established to 1 hour
group_vars moved all:vars from inventory to extra file
host_vars babel add preferred uplink
roles reduce tcp_timeout_established to 1 hour
.gitignore uplink: add additional peers
.gitmodules removed yaourt
README.md added README
bootstrap_arch.yml added install_arch role
inventory.ini.sample initial icvpn
setup_fastd.yml initial icvpn

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