Hi,
Is there a way to have an AWX template with two different SSH keys assigned to access two different hosts?
Scenerio:
ansible ping two hosts that use different SSH Keys in the same playbook (template) run?
Regards,
Hi,
Is there a way to have an AWX template with two different SSH keys assigned to access two different hosts?
Scenerio:
ansible ping two hosts that use different SSH Keys in the same playbook (template) run?
Regards,
Unfortunately no, only one machine credential is allowed per Job Template.
You could create multiple JTs, each with their own machine credential, then combine these JTs into the same workflow so that you can launch both at once.
AWX Team
Ahh, good suggestion thank you.