From 0b1d9836fe4b443ec99c874222478cbb63a84b2a Mon Sep 17 00:00:00 2001 From: rcordier Date: Fri, 31 May 2024 11:36:12 -0400 Subject: [PATCH] change: lab ips --- inventories/lab/hosts.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventories/lab/hosts.yml b/inventories/lab/hosts.yml index 65d23ef..299007f 100644 --- a/inventories/lab/hosts.yml +++ b/inventories/lab/hosts.yml @@ -1,12 +1,12 @@ --- env_lab: hosts: - rocky-1: - ansible_host: 192.168.122.109 rocky-2: - ansible_host: 192.168.122.218 + ansible_host: 10.128.0.182 rocky-3: - ansible_host: 192.168.122.83 + ansible_host: 10.128.0.165 + rocky-1: + ansible_host: 10.128.0.230 vars: ansible_user: cloud-user environment_name: lab