diff options
Diffstat (limited to 'os/config/production.yml')
-rw-r--r-- | os/config/production.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/os/config/production.yml b/os/config/production.yml index d59e153..446dd40 100644 --- a/os/config/production.yml +++ b/os/config/production.yml @@ -7,7 +7,7 @@ cluster_nodes: ipv4: 192.168.0.2 gatewayv4: 192.168.0.254 ipv6: 2a01:e0a:260:b5b0::2 - gatewayv6: 2a01:e34:ec5c:dbe0::1 + gatewayv6: 2a01:e0a:260:b5b0::1 interface: eno1 dns_1: 212.27.40.240 dns_2: 212.27.40.241 @@ -39,6 +39,8 @@ cluster_nodes: dns_2: 212.27.40.241 ansible_python_interpreter: python3 +extra_nodes: + hosts: io: ansible_host: io.machine.deuxfleurs.fr ansible_port: 22 |