Files
ansible_role_package/tests/inventory.yml
Matthew Stobbs 069c4aa49e adding tests
- stat doesn't work on remote, need to figure out a workaround
2025-02-14 22:52:53 -07:00

8 lines
185 B
YAML

test:
hosts:
localhost:
ansible_ssh_host: 127.0.0.1
ansible_ssh_port: 2222
ansible_ssh_user: ansible
ansible_ssh_extra_args: "-o StrictHostKeyChecking=no"