Tags: azimuth-cloud/ansible-collection-terraform
Tags
Remove wait for gateway task (#27) * Remove wait for gateway task Since it uses a wait_for, any SSH config proxy jumps are not respected which means that in certain environments the task will never complete, even though future tasks which use SSH would still work correctly. * Update minimum required ansible version to 2.17
Setup infra rebuild for CaaS appliances (#18) * Setup infra rebuild for CaaS appliances * Change conditonal name * Remove readonly condition * Remove state pull * Pause instead * Move pause to main * Use item * Increase wait time to 3 minutes * Remove pause * debug: remove gateway conn check * Re-enable gateway check * Rename rebuild variable * Default to false for rebuilds * Set default variable
Wait for SSHD on gateway node before trying to wait_for_connection on… … the rest of the cluster (#16) * Wait for service on port 22 before wait_for_connection * Add gateway to hosts Adding gateway as a host means that we can delegate to it and use the correct SSH configuration. * Fix whitespace * Use name as label on wait_for cluster host port 22