aboutsummaryrefslogtreecommitdiff
path: root/os/config/production.yml
blob: d59e15318b5b1d30ce107316ba47f6f3ecd7669c (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
cluster_nodes:
  hosts:
    datura:
      ansible_host: atuin.site.deuxfleurs.fr
      ansible_port: 110
      ansible_become: true
      ipv4: 192.168.0.2
      gatewayv4: 192.168.0.254
      ipv6: 2a01:e0a:260:b5b0::2
      gatewayv6: 2a01:e34:ec5c:dbe0::1
      interface: eno1
      dns_1: 212.27.40.240
      dns_2: 212.27.40.241
      ansible_python_interpreter: python3

    digitale:
      ansible_host: atuin.site.deuxfleurs.fr
      ansible_port: 111
      ansible_become: true
      ipv4: 192.168.0.3 
      gatewayv4: 192.168.0.254
      ipv6: 2a01:e0a:260:b5b0::3
      gatewayv6: 2a01:e0a:260:b5b0::1
      interface: eno1 
      dns_1: 212.27.40.240
      dns_2: 212.27.40.241
      ansible_python_interpreter: python3

    drosera:
      ansible_host: atuin.site.deuxfleurs.fr
      ansible_port: 112
      ansible_become: true
      ipv4: 192.168.0.4
      gatewayv4: 192.168.0.254
      ipv6: 2a01:e0a:260:b5b0::4
      gatewayv6: 2a01:e0a:260:b5b0::1
      interface: eno1
      dns_1: 212.27.40.240
      dns_2: 212.27.40.241
      ansible_python_interpreter: python3

    io:
      ansible_host: io.machine.deuxfleurs.fr
      ansible_port: 22
      ansible_become: true
      ipv4: 192.168.1.57
      gatewayv4: 192.168.1.1
      ipv6: 2a01:e0a:5e4:1d0::57
      gatewayv6: 2a01:e0a:5e4:1d0::1
      interface: enp2s0
      dns_1: 9.9.9.10
      dns_2: 149.112.112.10
      ansible_python_interpreter: python3