I am using AWX (open source Ansible Tower) and I have 2 cloud based linux machines I would like to manage with it.
The 2 Linux machines have 2 different private keys that I have uploaded to the credentials section of AWX UI.
Now I would like to use those uploaded private keys in a playbook or as a variable in one of the inventory files.
How can I do that?
(I saw a redhat article https://access.redhat.com/solutions/3332591 that might be useful, but it is locked unless I have an active RH subscription )