diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-22 17:57:02 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-22 17:57:02 +0200 |
commit | 6858f17766fcd6fd0f05c43393188b79d29be5e5 (patch) | |
tree | bd8225399059557be803302d0c45e3f62010ad55 /os/config/production | |
parent | 5c31fbf0b12632b32912fa92be3d53b6e3902b91 (diff) | |
download | infrastructure-6858f17766fcd6fd0f05c43393188b79d29be5e5.tar.gz infrastructure-6858f17766fcd6fd0f05c43393188b79d29be5e5.zip |
Rework Ansible to support ipv6
Diffstat (limited to 'os/config/production')
-rw-r--r-- | os/config/production | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/os/config/production b/os/config/production deleted file mode 100644 index c8f08f2..0000000 --- a/os/config/production +++ /dev/null @@ -1,4 +0,0 @@ -[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=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 |