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
 
@@ -21,37 +21,37 @@ 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)