mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
Change username to <username> in inventory
This commit is contained in:
@@ -3,5 +3,5 @@ all:
|
|||||||
hosts:
|
hosts:
|
||||||
remote-execution:
|
remote-execution:
|
||||||
ansible_host: {{ instance.hostname }}
|
ansible_host: {{ instance.hostname }}
|
||||||
ansible_user: username # user provided
|
ansible_user: <username> # user provided
|
||||||
ansible_ssh_private_key_file: ~/.ssh/id_rsa
|
ansible_ssh_private_key_file: ~/.ssh/id_rsa
|
||||||
|
|||||||
Reference in New Issue
Block a user