diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 19:49:32 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-05 19:49:32 +0200 |
commit | 03d4e50b0508a292a7d24cc0e4cd4327118050d8 (patch) | |
tree | 457d5885057ce19745c791d6699e1a388c774986 /ansible/production | |
parent | eac2581a20b102e7464f8b06c13b4aade46fcb2f (diff) | |
download | infrastructure-03d4e50b0508a292a7d24cc0e4cd4327118050d8.tar.gz infrastructure-03d4e50b0508a292a7d24cc0e4cd4327118050d8.zip |
Add my own modifications
Diffstat (limited to 'ansible/production')
-rw-r--r-- | ansible/production | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/production b/ansible/production index e1f0332..c8f08f2 100644 --- a/ansible/production +++ b/ansible/production @@ -1,4 +1,4 @@ [cluster_nodes] -veterini ansible_host=fbx-rennes2.machine.deuxfleurs.fr ansible_port=110 ansible_user=root public_ip=192.168.1.2 private_ip=192.168.1.2 interface=eno1 dns_server=208.67.222.222 -silicareux ansible_host=fbx-rennes2.machine.deuxfleurs.fr ansible_port=111 ansible_user=root public_ip=192.168.1.3 private_ip=192.168.1.3 interface=eno1 dns_server=208.67.222.222 -wonse ansible_host=fbx-rennes2.machine.deuxfleurs.fr ansible_port=112 ansible_user=root public_ip=192.168.1.4 private_ip=192.168.1.4 interface=eno1 dns_server=208.67.222.222 +veterini ansible_host=fbx-rennes2.machine.deuxfleurs.fr ansible_port=110 ansible_user=root public_ip=192.168.1.2 private_ip=192.168.1.2 interface=eno1 dns_server=80.67.169.40 +silicareux ansible_host=fbx-rennes2.machine.deuxfleurs.fr ansible_port=111 ansible_user=root public_ip=192.168.1.3 private_ip=192.168.1.3 interface=eno1 dns_server=80.67.169.40 +wonse ansible_host=fbx-rennes2.machine.deuxfleurs.fr ansible_port=112 ansible_user=root public_ip=192.168.1.4 private_ip=192.168.1.4 interface=eno1 dns_server=80.67.169.40 |