aboutsummaryrefslogtreecommitdiff
path: root/os/config/production.yml
blob: d31193e151251c9180499083d1441333ec5f8728 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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_1: 212.27.40.240
      dns_2: 212.27.40.241
      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_1: 212.27.40.240
      dns_2: 212.27.40.241
      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_1: 212.27.40.240
      dns_2: 212.27.40.241
      ansible_python_interpreter: python3