mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Change username to <username> in inventory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user