update: lab inv

This commit is contained in:
rcordier 2024-05-22 13:48:42 -04:00
parent 2486634762
commit 490f5af066

View File

@ -1,14 +1,19 @@
--- ---
env_lab:
hosts:
rocky-1:
ansible_host: 192.168.122.129
rocky-2:
ansible_host: 192.168.122.19
vars:
ansible_user: cloud-user
# Inject environment
env: env:
children: children:
env_lab: env_lab:
hosts:
rocky-1: # Inject roles
ansible_host: 192.168.122.129
rocky-2:
ansible_host: 192.168.122.19
vars:
ansible_user: cloud-user
roles: roles:
children: children:
role_web: role_web: