From 1f15cfa420653d2000f7a6f99046d69443ef3b4e Mon Sep 17 00:00:00 2001 From: Quentin Date: Tue, 28 Sep 2021 17:26:27 +0200 Subject: [PATCH] Update io parameters --- os/config/production.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/os/config/production.yml b/os/config/production.yml index d8baf14..d59e153 100644 --- a/os/config/production.yml +++ b/os/config/production.yml @@ -40,14 +40,14 @@ cluster_nodes: ansible_python_interpreter: python3 io: - ansible_host: jupiter.site.deuxfleurs.fr - ansible_port: 110 + ansible_host: io.machine.deuxfleurs.fr + ansible_port: 22 ansible_become: true - ipv4: 192.168.1.2 + ipv4: 192.168.1.57 gatewayv4: 192.168.1.1 - ipv6: 2a02:8428:81d6:6901::2 - gatewayv6: 2a02:8428:81d6:6901::1 + ipv6: 2a01:e0a:5e4:1d0::57 + gatewayv6: 2a01:e0a:5e4:1d0::1 interface: enp2s0 - dns_1: 109.0.66.20 - dns_2: 109.0.66.10 + dns_1: 9.9.9.10 + dns_2: 149.112.112.10 ansible_python_interpreter: python3