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/fetch/hosts.yml

9 lines
300 B
YAML

all:
hosts:
testhost:
ansible_host: localhost
ansible_connection: ssh
ansible_python_interpreter: "{{ ansible_playbook_python }}"
ansible_host_key_checking: no
ansible_ssh_common_args: -o UserKnownHostsFile={{ output_dir }}/known_hosts -o StrictHostKeyChecking=no