From 1242802b810f01564205c2ee9185321b6436307e Mon Sep 17 00:00:00 2001 From: rcordier Date: Mon, 27 May 2024 17:09:32 -0400 Subject: [PATCH] change: rename client1 to mugshot --- inventories/fake/hosts.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inventories/fake/hosts.yml b/inventories/fake/hosts.yml index cfc7d35..cbb9101 100644 --- a/inventories/fake/hosts.yml +++ b/inventories/fake/hosts.yml @@ -1,9 +1,9 @@ env_fake: hosts: local: - fake-client1-web1: - fake-client1-web2: - fake-client1-db: + fake-mugshot-web1: + fake-mugshot-web2: + fake-mugshot-db: vars: ansible_host: localhost ansible_connection: local @@ -13,13 +13,13 @@ roles: children: role_web: hosts: - fake-client1-web1: - fake-client1-web2: + fake-mugshot-web1: + fake-mugshot-web2: #vars: # ansible_user: root role_db: hosts: - fake-client1-db: + fake-mugshot-db: #vars: # ansible_become: true # ansible_become_pass: password