diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-09-28 17:26:27 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-09-28 17:26:27 +0200 |
commit | 1f15cfa420653d2000f7a6f99046d69443ef3b4e (patch) | |
tree | 6b6b73d41f2fb2817877b506a7c989a168b2147f /os/config | |
parent | 5b1f7755139cb30ae69609498d4ce67585793a7c (diff) | |
download | infrastructure-1f15cfa420653d2000f7a6f99046d69443ef3b4e.tar.gz infrastructure-1f15cfa420653d2000f7a6f99046d69443ef3b4e.zip |
Update io parameters
Diffstat (limited to 'os/config')
-rw-r--r-- | os/config/production.yml | 14 |
1 files 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 |