From 6edcb2b2d35ea65ea6403b14380b7610932c168b Mon Sep 17 00:00:00 2001 From: rcordier Date: Mon, 27 May 2024 17:10:19 -0400 Subject: [PATCH] clean: beta inventory --- inventories/rob/toto.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 inventories/rob/toto.yml diff --git a/inventories/rob/toto.yml b/inventories/rob/toto.yml deleted file mode 100644 index 85bcc06..0000000 --- a/inventories/rob/toto.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -env_rob: - hosts: - rocky-1: - ansible_host: 192.168.122.87 - rocky-2: - ansible_host: 1.2.3.4 - rocky-3: - ansible_host: 192.168.122.229 - vars: - ansible_user: cloud-user - environment_name: rob - -# Inject roles -roles: - children: - role_web: - vars: - app_domain: titi.activia.cim - hosts: - rocky-1: - role_db: - hosts: - rocky-1: - role_admin: - vars: - app_domain: admin.activia.cim - hosts: - rocky-1: -