From 640583e18059cb9716cc2c3d211616387595c454 Mon Sep 17 00:00:00 2001 From: rcordier Date: Fri, 31 May 2024 11:56:34 -0400 Subject: [PATCH] change: lab ips --- inventories/lab/hosts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventories/lab/hosts.yml b/inventories/lab/hosts.yml index d1a0a5b..8b855b8 100644 --- a/inventories/lab/hosts.yml +++ b/inventories/lab/hosts.yml @@ -2,11 +2,11 @@ env_lab: hosts: rocky-1: - ansible_host: 10.128.0.138 + ansible_host: 10.128.0.223 rocky-2: - ansible_host: 10.128.0.156 + ansible_host: 10.128.0.140 rocky-3: - ansible_host: 10.128.0.189 + ansible_host: 10.128.0.179 vars: ansible_user: cloud-user environment_name: lab