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.
		
		
		
		
		
			| 
				
					
						
							 | 
			8 years ago | |
|---|---|---|
| host_vars | 9 years ago | |
| library | 9 years ago | |
| roles | 8 years ago | |
| .gitignore | 9 years ago | |
| .gitmodules | 9 years ago | |
| README.md | 9 years ago | |
| bootstrap_arch.yml | 9 years ago | |
| inventory.ini.sample | 9 years ago | |
| setup_fastd.yml | 9 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