forked from Deuxfleurs/infrastructure
React to Free changing my IP address
This commit is contained in:
parent
eb925049ac
commit
2a0e9720b7
3 changed files with 11 additions and 11 deletions
|
@ -1,39 +1,39 @@
|
||||||
cluster_nodes:
|
cluster_nodes:
|
||||||
hosts:
|
hosts:
|
||||||
veterini:
|
datura:
|
||||||
ansible_host: atuin.site.deuxfleurs.fr
|
ansible_host: atuin.site.deuxfleurs.fr
|
||||||
ansible_port: 110
|
ansible_port: 110
|
||||||
ansible_become: true
|
ansible_become: true
|
||||||
ipv4: 192.168.1.2
|
ipv4: 192.168.1.2
|
||||||
gatewayv4: 192.168.1.254
|
gatewayv4: 192.168.1.254
|
||||||
ipv6: 2a01:e35:2fdc:dbe0::2
|
ipv6: 2a01:e34:ec5c:dbe0::2
|
||||||
gatewayv6: 2a01:e35:2fdc:dbe0::1
|
gatewayv6: 2a01:e34:ec5c:dbe0::1
|
||||||
interface: eno1
|
interface: eno1
|
||||||
dns_1: 212.27.40.240
|
dns_1: 212.27.40.240
|
||||||
dns_2: 212.27.40.241
|
dns_2: 212.27.40.241
|
||||||
ansible_python_interpreter: python3
|
ansible_python_interpreter: python3
|
||||||
|
|
||||||
silicareux:
|
digitale:
|
||||||
ansible_host: atuin.site.deuxfleurs.fr
|
ansible_host: atuin.site.deuxfleurs.fr
|
||||||
ansible_port: 111
|
ansible_port: 111
|
||||||
ansible_become: true
|
ansible_become: true
|
||||||
ipv4: 192.168.1.3
|
ipv4: 192.168.1.3
|
||||||
gatewayv4: 192.168.1.254
|
gatewayv4: 192.168.1.254
|
||||||
ipv6: 2a01:e35:2fdc:dbe0::3
|
ipv6: 2a01:e34:ec5c:dbe0::3
|
||||||
gatewayv6: 2a01:e35:2fdc:dbe0::1
|
gatewayv6: 2a01:e34:ec5c:dbe0::1
|
||||||
interface: eno1
|
interface: eno1
|
||||||
dns_1: 212.27.40.240
|
dns_1: 212.27.40.240
|
||||||
dns_2: 212.27.40.241
|
dns_2: 212.27.40.241
|
||||||
ansible_python_interpreter: python3
|
ansible_python_interpreter: python3
|
||||||
|
|
||||||
wonse:
|
drosera:
|
||||||
ansible_host: atuin.site.deuxfleurs.fr
|
ansible_host: atuin.site.deuxfleurs.fr
|
||||||
ansible_port: 112
|
ansible_port: 112
|
||||||
ansible_become: true
|
ansible_become: true
|
||||||
ipv4: 192.168.1.4
|
ipv4: 192.168.1.4
|
||||||
gatewayv4: 192.168.1.254
|
gatewayv4: 192.168.1.254
|
||||||
ipv6: 2a01:e35:2fdc:dbe0::4
|
ipv6: 2a01:e34:ec5c:dbe0::4
|
||||||
gatewayv6: 2a01:e35:2fdc:dbe0::1
|
gatewayv6: 2a01:e34:ec5c:dbe0::1
|
||||||
interface: eno1
|
interface: eno1
|
||||||
dns_1: 212.27.40.240
|
dns_1: 212.27.40.240
|
||||||
dns_2: 212.27.40.241
|
dns_2: 212.27.40.241
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- name: "Set consul version"
|
- name: "Set consul version"
|
||||||
set_fact:
|
set_fact:
|
||||||
consul_version: 1.9.0
|
consul_version: 1.9.1
|
||||||
|
|
||||||
- name: "Download and install Consul for x86_64"
|
- name: "Download and install Consul for x86_64"
|
||||||
unarchive:
|
unarchive:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- name: "Set nomad version"
|
- name: "Set nomad version"
|
||||||
set_fact:
|
set_fact:
|
||||||
nomad_version: 1.0.1
|
nomad_version: 1.0.2
|
||||||
|
|
||||||
- name: "Download and install Nomad for x86_64"
|
- name: "Download and install Nomad for x86_64"
|
||||||
unarchive:
|
unarchive:
|
||||||
|
|
Loading…
Reference in a new issue