From 7529a60b1360ea3250a288ad7da17c5f3dbef212 Mon Sep 17 00:00:00 2001 From: rcordier Date: Fri, 31 May 2024 11:45:28 -0400 Subject: [PATCH] change: lab ips --- inventories/lab/hosts.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inventories/lab/hosts.yml b/inventories/lab/hosts.yml index 299007f..d1a0a5b 100644 --- a/inventories/lab/hosts.yml +++ b/inventories/lab/hosts.yml @@ -1,12 +1,12 @@ --- env_lab: hosts: - rocky-2: - ansible_host: 10.128.0.182 - rocky-3: - ansible_host: 10.128.0.165 rocky-1: - ansible_host: 10.128.0.230 + ansible_host: 10.128.0.138 + rocky-2: + ansible_host: 10.128.0.156 + rocky-3: + ansible_host: 10.128.0.189 vars: ansible_user: cloud-user environment_name: lab