From 235ec9838c0264f507bfd153661feb09443d2fa7 Mon Sep 17 00:00:00 2001 From: rcordier Date: Wed, 29 May 2024 11:42:56 -0400 Subject: [PATCH] update: lab inventory --- inventories/lab/hosts.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/inventories/lab/hosts.yml b/inventories/lab/hosts.yml index 5cade80..56ee946 100644 --- a/inventories/lab/hosts.yml +++ b/inventories/lab/hosts.yml @@ -1,10 +1,11 @@ ---- env_lab: hosts: + rocky-3: + ansible_host: 192.168.122.124 rocky-1: - ansible_host: 192.168.122.222 + ansible_host: 192.168.122.23 rocky-2: - ansible_host: 192.168.122.96 + ansible_host: 192.168.122.75 vars: ansible_user: cloud-user environment_name: lab @@ -15,6 +16,7 @@ roles: role_web: hosts: rocky-1: + rocky-3: role_db: hosts: rocky-2: