forked from Deuxfleurs/infrastructure
31 lines
840 B
YAML
31 lines
840 B
YAML
cluster_nodes:
|
|
hosts:
|
|
veterini:
|
|
ansible_host: fbx-rennes2.machine.deuxfleurs.fr
|
|
ansible_port: 110
|
|
ansible_user: root
|
|
ipv4: 192.168.1.2
|
|
ipv6: 2a01:e35:2fdc:dbe0::2
|
|
interface: eno1
|
|
dns_server: 80.67.169.40
|
|
ansible_python_interpreter: python3
|
|
|
|
silicareux:
|
|
ansible_host: fbx-rennes2.machine.deuxfleurs.fr
|
|
ansible_port: 111
|
|
ansible_user: root
|
|
ipv4: 192.168.1.3
|
|
ipv6: 2a01:e35:2fdc:dbe0::3
|
|
interface: eno1
|
|
dns_server: 80.67.169.40
|
|
ansible_python_interpreter: python3
|
|
|
|
wonse:
|
|
ansible_host: fbx-rennes2.machine.deuxfleurs.fr
|
|
ansible_port: 112
|
|
ansible_user: root
|
|
ipv4: 192.168.1.4
|
|
ipv6: 2a01:e35:2fdc:dbe0::4
|
|
interface: eno1
|
|
dns_server: 80.67.169.40
|
|
ansible_python_interpreter: python3
|