This article goes into details for searching hosts based on group names, retrieving inventory variables and launching distinct subsets of jobs from a Job Template...

Part 10 showed how to use Container Groups for multiple jumphost hops to avoid wrapper roles. This part shows how to use the sshuttle proxy...
Continue reading Multiple Jumphosts in Ansible Tower - Part 11

In previous parts we modified the playbooks to establish a tunnel or add the ssh keys to the ssh-agent. In this part, we will use...
Continue reading Multiple Jumphosts in Ansible Tower - Part 10

This recipe will show how to retrieve ssh credentials from a remote Hashicorp Vault or Cyberark Conjur over multiple jumphosts and use them to connect...
Continue reading Multiple Jumphosts in Ansible Tower - Part 9

We often need to efficiently transfer files between Ansible Tower and target host endpoints. Part 8 provides options to use the rsync and the synchronize...
Continue reading Multiple Jumphosts in Ansible Tower - Part 8

Part 7 covers the use of multiple jumphosts to distribute load or act as redundant jumphosts to provide failover capability, system parameters and ssh settings...
Continue reading Multiple Jumphosts in Ansible Tower - Part 7

If the primary path is unable to connect to the host either because one or more jumphosts in the primary path is dead or unreachable,...
Continue reading Multiple Jumphosts in Ansible Tower - Part 6

Unix domain socket files are especially useful to isolate job runs in bubblewrap. Part 5 shows how to connect via multiple hops of jumphosts using...
Continue reading Multiple Jumphosts in Ansible Tower - Part 5

The ssh-add is used to add ssh keys with optional passphrase to ssh-agent with expect providing passphrases when prompted. We also show the use of...
Continue reading Multiple Jumphosts in Ansible Tower - Part 4

Part 1 used custom credential types and host variables in Ansible Tower. Part 2 showed how to run jobs on Windows/Linux hosts by creating a...
Continue reading Multiple Jumphosts in Ansible Tower - Part 3