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: