mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Change username to <username> in inventory
This commit is contained in:
parent
441336301e
commit
eba130cf41
@ -3,5 +3,5 @@ all:
|
||||
hosts:
|
||||
remote-execution:
|
||||
ansible_host: {{ instance.hostname }}
|
||||
ansible_user: username # user provided
|
||||
ansible_user: <username> # user provided
|
||||
ansible_ssh_private_key_file: ~/.ssh/id_rsa
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user