10 lines
211 B
YAML
10 lines
211 B
YAML
|
local:
|
||
|
hosts:
|
||
|
testhost:
|
||
|
host_var_role_name: role3
|
||
|
testhost2:
|
||
|
host_var_role_name: role2
|
||
|
vars:
|
||
|
ansible_connection: local
|
||
|
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|