diff --git a/inventories/lab/hosts.yml b/inventories/lab/hosts.yml index 56ee946..c500ef0 100644 --- a/inventories/lab/hosts.yml +++ b/inventories/lab/hosts.yml @@ -1,11 +1,12 @@ +--- env_lab: hosts: - rocky-3: - ansible_host: 192.168.122.124 - rocky-1: - ansible_host: 192.168.122.23 rocky-2: ansible_host: 192.168.122.75 + rocky-1: + ansible_host: 192.168.122.23 + rocky-3: + ansible_host: 192.168.122.124 vars: ansible_user: cloud-user environment_name: lab