diff options
author | Quentin <quentin@dufour.io> | 2020-11-13 12:37:10 +0100 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2020-11-13 12:37:10 +0100 |
commit | f14777e1b6a31a1457ca729132ceb24925747366 (patch) | |
tree | d40fc2db6d5f3f4520d9b5a85872c904d24010d6 /os/config/production.yml | |
parent | 9981ea02860d4f4782a608490c5d5cf8761b3ed3 (diff) | |
parent | 7e111783fea578b9025ffe02fce652d9af114000 (diff) | |
download | infrastructure-f14777e1b6a31a1457ca729132ceb24925747366.tar.gz infrastructure-f14777e1b6a31a1457ca729132ceb24925747366.zip |
Merge pull request 'ansible-users' (#23) from ansible-users into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/deuxfleurs.fr/pulls/23
Diffstat (limited to 'os/config/production.yml')
-rw-r--r-- | os/config/production.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/config/production.yml b/os/config/production.yml index d31193e..9004701 100644 --- a/os/config/production.yml +++ b/os/config/production.yml @@ -3,7 +3,7 @@ cluster_nodes: veterini: ansible_host: fbx-rennes2.machine.deuxfleurs.fr ansible_port: 110 - ansible_user: root + ansible_become: true ipv4: 192.168.1.2 ipv6: 2a01:e35:2fdc:dbe0::2 interface: eno1 @@ -14,7 +14,7 @@ cluster_nodes: silicareux: ansible_host: fbx-rennes2.machine.deuxfleurs.fr ansible_port: 111 - ansible_user: root + ansible_become: true ipv4: 192.168.1.3 ipv6: 2a01:e35:2fdc:dbe0::3 interface: eno1 @@ -25,7 +25,7 @@ cluster_nodes: wonse: ansible_host: fbx-rennes2.machine.deuxfleurs.fr ansible_port: 112 - ansible_user: root + ansible_become: true ipv4: 192.168.1.4 ipv6: 2a01:e35:2fdc:dbe0::4 interface: eno1 |