Files @ 5cef574d0b15
Branch filter:

Location: freifunk/Ansible-Configuration/hosts - annotation

x
style: use inventory name for hostname + add network_index
# This is the default ansible 'hosts' file.
#
# It should live in /etc/ansible/hosts
#
#   - Comments begin with the '#' character
#   - Blank lines are ignored
#   - Groups of hosts are delimited by [header] elements
#   - You can enter hostnames or ip addresses
#   - A hostname/ip can be a member of multiple groups

# server list is here
fflux-test ansible_host=89.58.3.252 network_index=19

# 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
ansible_ssh_private_key_file=/home/fflux/.ssh/fflux_fflux

# new machine come here
[initial]
#fflux-test

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

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

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

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

# machines which run freifunk.lu
[WORDPRESS]

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

[gw1]

[gw2]

[gw3]