Skip to content

Tags: azimuth-cloud/ansible-collection-terraform

Tags

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove upper constraint on collection (#24) 

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update upper limit for community.general to <11.0.0 (#21) 

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace references to stackhpc (#14) 

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12 from stackhpc/tofu-1.6.1 Bump max tofu version

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow adopting hosts into inventory without provisioning (#10) * Rework install logic slightly * Support readonly mode for Terraform state