mirror of
https://github.com/ansible/awx.git
synced 2026-02-05 11:34:43 -03:30
8 lines
181 B
YAML
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
|