Files
awx/awx/api/templates/instance_install_bundle/inventory.yml
2023-08-29 13:06:54 -04:00

8 lines
181 B
YAML

---
all:
hosts:
remote-execution:
ansible_host: {{ instance.hostname }}
ansible_user: <username> # user provided
ansible_ssh_private_key_file: ~/.ssh/id_rsa