From 2112f4e1edf3f6c431c73cdd2871a1644c38ece6 Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 1 Jun 2021 12:00:08 +0000 Subject: Infra: Decommission 3n-hsw - pxe/ansible Signed-off-by: pmikus Change-Id: Ie3ddec5487192217d0921f892098384da73a1ef2 --- .../inventories/lf_inventory/host_vars/10.30.51.28.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.28.yaml') diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.28.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.28.yaml index 2ddd840807..c279cf163f 100644 --- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.28.yaml +++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.30.51.28.yaml @@ -35,8 +35,10 @@ nomad_options: docker.privileged.enabled: true docker.volumes.enabled: true driver.whitelist: "docker,raw_exec,exec" - fingerprint.network.disallow_link_local: true -nomad_servers: [ "10.30.51.30:4647", "10.30.51.32:4647", "10.30.51.33:4647" ] +nomad_servers: + - "10.30.51.28:4647" + - "10.30.51.29:4647" + - "10.30.51.30:4647" # Consul settigs. consul_nomad_integration: true @@ -48,9 +50,9 @@ consul_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ==" consul_node_name: "{{ hostname }}" consul_node_role: "client" consul_retry_servers: + - "10.30.51.28" + - "10.30.51.29" - "10.30.51.30" - - "10.30.51.32" - - "10.30.51.33" # Docker daemon settings. docker_daemon: -- cgit 1.2.3-korg