You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/meta_tasks/inventory.yml

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 }}"