23 lines
421 B
YAML
23 lines
421 B
YAML
env_fake:
|
|
vars:
|
|
ansible_host: localhost
|
|
ansible_connection: local
|
|
|
|
hosts:
|
|
local:
|
|
|
|
children:
|
|
web:
|
|
hosts:
|
|
fake-client1-web1:
|
|
#ansible_port: 2222
|
|
fake-client1-web2:
|
|
vars:
|
|
ansible_user: root
|
|
db:
|
|
hosts:
|
|
fake-client1-db:
|
|
#vars:
|
|
# ansible_become: true
|
|
# ansible_become_pass: password
|