mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
split out customer modifiable variable in the install bundle into a vars file Signed-off-by: Hao Liu <haoli@redhat.com>
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
|