From eba130cf41463f81b9e8695d7a6ba0123b3eb501 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Fri, 11 Aug 2023 02:22:27 -0400 Subject: [PATCH] Change username to in inventory --- awx/api/templates/instance_install_bundle/inventory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/templates/instance_install_bundle/inventory.yml b/awx/api/templates/instance_install_bundle/inventory.yml index 60a2f82b30..1f32c4a192 100644 --- a/awx/api/templates/instance_install_bundle/inventory.yml +++ b/awx/api/templates/instance_install_bundle/inventory.yml @@ -3,5 +3,5 @@ all: hosts: remote-execution: ansible_host: {{ instance.hostname }} - ansible_user: username # user provided + ansible_user: # user provided ansible_ssh_private_key_file: ~/.ssh/id_rsa