diff --git a/ansible/test-cluster/inventory/hosts.yml b/ansible/test-cluster/inventory/hosts.yml index e19bd41b3..5b2ab0b7a 100644 --- a/ansible/test-cluster/inventory/hosts.yml +++ b/ansible/test-cluster/inventory/hosts.yml @@ -5,12 +5,12 @@ kubernetes: hosts: test-cluster-node01: ansible_host: 192.168.8.111 - worker: - hosts: test-cluster-node02: ansible_host: 192.168.8.112 test-cluster-node03: ansible_host: 192.168.8.113 + worker: + hosts: test-cluster-node04: ansible_host: 192.168.8.114 # nfs-server: