Files
@ f45fc63acf5e
Branch filter:
Location: freifunk/Ansible-Configuration/hosts - annotation
f45fc63acf5e
1.3 KiB
text/plain
Update fflux-test details
5a1431fa7615 267157d519d3 267157d519d3 267157d519d3 f45fc63acf5e 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 c148b8df5743 5a1431fa7615 267157d519d3 267157d519d3 1099c8e11990 1099c8e11990 5a1431fa7615 5a1431fa7615 5a1431fa7615 00774ddee83a 00774ddee83a 00774ddee83a 794272b6e82a 5a1431fa7615 1099c8e11990 1099c8e11990 5a1431fa7615 5a1431fa7615 61be6a0fea2c 5a1431fa7615 1099c8e11990 61be6a0fea2c 5a1431fa7615 ea8a5b93b769 ea8a5b93b769 ea8a5b93b769 5a1431fa7615 5a1431fa7615 5a1431fa7615 794272b6e82a 794272b6e82a 794272b6e82a 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 5a1431fa7615 | # server list is here
# ansible_host = IP address of remote machine
# network_index = last number of MAC address (10-19)
# dhcp range = 10.24.XXX.1 - 10.24.YYY.1 // X = start_range, Y = end_ranges
fflux-test ansible_host=89.58.3.252 network_index=19 dhcp_start_range=168 dhcp_end_range=171 gateway_status="True" hardware_model="VPS 200 G8"
# machines which are used for tests
[test]
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
# Change this to the ssh key you want to use to connect to a server
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
ansible_repo_dir=~/repos/Ansible-Configuration
# new machine come here
[initial]
fflux-test ansible_user=root
[initial-gateway]
fflux-test
# machines which run stats + map.freifunk.lu
[stats-map-web]
# machines which run firmware.freifunk.lu
[firmware-web]
# machines which run api + freifunk.lu
[website-web]
[dns]
fflux-test
# machine which are gateways for freifunk.lu
[fflux]
[gateway]
fflux-test
[gw1]
[gw2]
[gw3]
|