Ansible scripte für Freifunk-Server FFmyk von Niklas https://git.niyawe.de/ffmyk-ansible.git
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Niklas Yann Wettengel 58195b0ab9 moved install php to own role and added bashrc 7 years ago
host_vars updated setup_fastd.yml 7 years ago
library added setup_fastd.yml playbook 7 years ago
roles moved install php to own role and added bashrc 7 years ago
.gitignore moved host_vars to own file 7 years ago
.gitmodules added setup_fastd.yml playbook 7 years ago
README.md added README 7 years ago
bootstrap_arch.yml added install_arch role 7 years ago
inventory.ini.sample moved host_vars to own file 7 years ago
setup_fastd.yml moved install php to own role and added bashrc 7 years ago

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