Change username to <username> in inventory

This commit is contained in:
Seth Foster 2023-08-11 02:22:27 -04:00 committed by Seth Foster
parent 441336301e
commit eba130cf41

View File

@ -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