diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-04 20:04:25 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-04 20:04:25 +0200 |
commit | 0b4c61dfe1102519157b8f8896a779fa9343a743 (patch) | |
tree | c455ff07365cb4e09ffc5cdb1088ad5ec6413ad2 /os/config/production.yml | |
parent | e9794349701b6b844e3ba2d918d96227f6410b2f (diff) | |
download | infrastructure-0b4c61dfe1102519157b8f8896a779fa9343a743.tar.gz infrastructure-0b4c61dfe1102519157b8f8896a779fa9343a743.zip |
Try to optimize Consul
Diffstat (limited to 'os/config/production.yml')
-rw-r--r-- | os/config/production.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/os/config/production.yml b/os/config/production.yml index 8870b52..d8baf14 100644 --- a/os/config/production.yml +++ b/os/config/production.yml @@ -4,9 +4,9 @@ cluster_nodes: ansible_host: atuin.site.deuxfleurs.fr ansible_port: 110 ansible_become: true - ipv4: 192.168.1.2 - gatewayv4: 192.168.1.254 - ipv6: 2a01:e34:ec5c:dbe0::2 + 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 @@ -17,10 +17,10 @@ cluster_nodes: ansible_host: atuin.site.deuxfleurs.fr ansible_port: 111 ansible_become: true - ipv4: 192.168.1.3 - gatewayv4: 192.168.1.254 - ipv6: 2a01:e34:ec5c:dbe0::3 - gatewayv6: 2a01:e34:ec5c:dbe0::1 + 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 @@ -30,10 +30,10 @@ cluster_nodes: ansible_host: atuin.site.deuxfleurs.fr ansible_port: 112 ansible_become: true - ipv4: 192.168.1.4 - gatewayv4: 192.168.1.254 - ipv6: 2a01:e34:ec5c:dbe0::4 - gatewayv6: 2a01:e34:ec5c:dbe0::1 + 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 |