From 72fbb66069a81c10ff54e034d63be45301e2a8a4 Mon Sep 17 00:00:00 2001 From: rcordier Date: Thu, 30 May 2024 23:04:16 -0400 Subject: [PATCH] change: lab ips --- inventories/lab/hosts.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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