change: rename client1 to mugshot
This commit is contained in:
parent
2613a55a82
commit
1242802b81
@ -1,9 +1,9 @@
|
|||||||
env_fake:
|
env_fake:
|
||||||
hosts:
|
hosts:
|
||||||
local:
|
local:
|
||||||
fake-client1-web1:
|
fake-mugshot-web1:
|
||||||
fake-client1-web2:
|
fake-mugshot-web2:
|
||||||
fake-client1-db:
|
fake-mugshot-db:
|
||||||
vars:
|
vars:
|
||||||
ansible_host: localhost
|
ansible_host: localhost
|
||||||
ansible_connection: local
|
ansible_connection: local
|
||||||
@ -13,13 +13,13 @@ roles:
|
|||||||
children:
|
children:
|
||||||
role_web:
|
role_web:
|
||||||
hosts:
|
hosts:
|
||||||
fake-client1-web1:
|
fake-mugshot-web1:
|
||||||
fake-client1-web2:
|
fake-mugshot-web2:
|
||||||
#vars:
|
#vars:
|
||||||
# ansible_user: root
|
# ansible_user: root
|
||||||
role_db:
|
role_db:
|
||||||
hosts:
|
hosts:
|
||||||
fake-client1-db:
|
fake-mugshot-db:
|
||||||
#vars:
|
#vars:
|
||||||
# ansible_become: true
|
# ansible_become: true
|
||||||
# ansible_become_pass: password
|
# ansible_become_pass: password
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user