diff --git a/inventories/lab/hosts.yml b/inventories/lab/hosts.yml deleted file mode 100644 index 5cade80..0000000 --- a/inventories/lab/hosts.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -env_lab: - hosts: - rocky-1: - ansible_host: 192.168.122.222 - rocky-2: - ansible_host: 192.168.122.96 - vars: - ansible_user: cloud-user - environment_name: lab - -# Inject roles -roles: - children: - role_web: - hosts: - rocky-1: - role_db: - hosts: - rocky-2: -