From fa3dc6083b4f01df88f438707f1a8428ece51b93 Mon Sep 17 00:00:00 2001 From: marcsello Date: Mon, 8 Nov 2021 03:39:02 +0100 Subject: [PATCH] added ip addresses --- ansible/inventory.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ansible/inventory.yaml b/ansible/inventory.yaml index c9c4e71..b65ed84 100644 --- a/ansible/inventory.yaml +++ b/ansible/inventory.yaml @@ -12,9 +12,9 @@ cloud-1: cloud-cluster-1-master-1: ansible_host: 192.168.100.131 cloud-cluster-1-worker-1: - ansible_host: 192.168.100.244 + ansible_host: 192.168.100.239 cloud-cluster-1-worker-2: - ansible_host: 192.168.100.244 + ansible_host: 192.168.100.247 edge-1: @@ -28,11 +28,11 @@ edge-1: ansible_user: ubuntu hosts: edge-cluster-1-master-1: - ansible_host: 192.168.101.244 + ansible_host: 192.168.101.254 edge-cluster-1-worker-1: - ansible_host: 192.168.101.244 + ansible_host: 192.168.101.197 edge-cluster-1-worker-2: - ansible_host: 192.168.101.244 + ansible_host: 192.168.101.234 edge-2: become: true @@ -47,11 +47,11 @@ edge-2: ansible_user: ubuntu hosts: edge-cluster-2-master-1: - ansible_host: 192.168.102.244 + ansible_host: 192.168.102.226 edge-cluster-2-worker-1: - ansible_host: 192.168.102.244 + ansible_host: 192.168.102.180 edge-cluster-2-worker-2: - ansible_host: 192.168.102.244 + ansible_host: 192.168.102.238 site-1: vars: @@ -64,7 +64,7 @@ site-1: ansible_user: ubuntu hosts: site-emulator-1: - ansible_host: 192.168.103.244 + ansible_host: 192.168.103.169 all: children: