Posts

Ansible Tower Shared Connection Closed

Image
 We are on the new Oracle Cloud@Customer GEN 2 which is running Oracle Linux 7 and the "sshd Clientaliveinterval" settings are changed to a value of 600 for STIG purposes. The above causes are long running Ansible automation jobs for Oracle database refresh to have the ssh connection closed after 10 minutes. I found that we can set the below in the Tower inventory per host or per inventory ansible_ssh_common_args: "-o ServerAliveInterval=550"