Changeset - 61be6a0fea2c
[Not reviewed]
0 1 0
x - 19 months ago 2023-10-09 19:44:14
xbr@c3l.lu
style: modify web services in hosts file
1 file changed with 5 insertions and 5 deletions:
hosts
5
5
0 comments (0 inline, 0 general)
hosts
Show inline comments
 
@@ -9,50 +9,50 @@ fflux-test ansible_host=89.58.3.252 network_index=19 dhcp_start_range=188 dhcp_e
 
fflux-test
 

	
 
# variable for the test group come here
 
[test:vars]
 
#mac1=ca:fe:ca:fe:00:19
 
#ipv4=10.24.128.19
 
#ipv6=fd4e:f2d7:88d2:fffe::19
 
#vars_files: /etc/ansible/host_vars/firmware.freifunk.lu
 

	
 
# all machine variables come here
 
[all:vars]
 
ansible_python_interpreter=/usr/bin/python3
 
ansible_ssh_private_key_file=/home/fflux/.ssh/fflux_fflux
 
server_config_dir=~/repos/Infrastructure-Intern/server_config
 
server_scripts_dir=~/repos/Infrastructure-Intern/scripts
 

	
 
# new machine come here
 
[initial]
 
fflux-test ansible_user=root
 

	
 
[initial-gateway]
 
fflux-test
 

	
 
# machines which run api.freifunk.lu
 
[API]
 
[api-web]
 

	
 
# machines which run map.freifunk.lu
 
[MAP]
 
[map-web]
 

	
 
# machines which run stats.freifunk.lu
 
[STATS]
 
[stats-web]
 

	
 
# machines which run firmware.freifunk.lu
 
[FIRMWARE]
 
[firmware-web]
 

	
 
# machines which run freifunk.lu
 
[WORDPRESS]
 
[website-web]
 

	
 
# machine which are gateways for freifunk.lu
 
[fflux]
 

	
 
[gateway]
 
fflux-test
 

	
 
[gw1]
 

	
 
[gw2]
 

	
 
[gw3]
 

	
0 comments (0 inline, 0 general)