commit | d9a441210d453bda685811347f2e3c8f456fff48 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 01 00:34:17 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sat Sep 10 01:19:09 2022 -0400 |
tree | 5f14459658fb7d0bc31ac313d002d9f4ebf72b9c | |
parent | 2369a6f51720432f366d670836775a6b70d36615 [diff] |
ci(molecule): add ServerAliveInterval to stay alive
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 517619d..fd58335 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml
@@ -44,6 +44,7 @@ config_options: ssh_connection: pipelining: true + ssh_args: -o ControlMaster=auto -o ControlPersist=270s -o ServerAliveInterval=30 -o GSSAPIAuthentication=no inventory: links: host_vars: "${MOLECULE_SCENARIO_DIRECTORY}/host_vars"