26 lines
459 B
YAML
26 lines
459 B
YAML
env_fake:
|
|
hosts:
|
|
local:
|
|
fake-domac-web1:
|
|
fake-domac-web2:
|
|
fake-domac-db:
|
|
vars:
|
|
ansible_host: localhost
|
|
ansible_connection: local
|
|
environment_name: fake
|
|
|
|
roles:
|
|
children:
|
|
role_web:
|
|
hosts:
|
|
fake-domac-web1:
|
|
fake-domac-web2:
|
|
#vars:
|
|
# ansible_user: root
|
|
role_db:
|
|
hosts:
|
|
fake-domac-db:
|
|
#vars:
|
|
# ansible_become: true
|
|
# ansible_become_pass: password
|