Skip to content

Releases: rhythmictech/terraform-aws-imagebuilder-component-ansible

v4.0.2 - bug fixes

02 Dec 00:45

Choose a tag to compare

v4.0.1 - actually use pyenv

01 Dec 15:59

Choose a tag to compare

instead of just saying 4.0.0 will

v4.0.0 - switch python to pyenv

26 Nov 23:33

Choose a tag to compare

moved this to 4.0.0 because it could potentially be a breaking changes. switching to pyenv so we can use modern python

3.2.0 - Allow running ansible without venv

22 Apr 20:44

Choose a tag to compare

v3.2.0

allow running without venv

V3.1.1 - Bug Fix

09 Feb 19:18
3e3fccd

Choose a tag to compare

Change coalesce to try for repo_port so that null ports don't cause an error

v3.1.0 - Move ansible to python venv

27 Jan 00:22
3c3e2b9

Choose a tag to compare

Merge pull request #21 from rhythmictech/ENG-3526

move ansible to python 3 venv

v3.0.0 - Migrate to AWS Provider from CloudFormation

19 Jan 18:50
3a0c386

Choose a tag to compare

Merge pull request #20 from rhythmictech/v1.X

Refactor to use AWS Provider instead of CloudFormation

v2.0.4 - Remove non-functional additional_packages var

08 Jun 20:04
ca86e70

Choose a tag to compare

Merge pull request #19 from rhythmictech/remove_additional_pkgs

move additional packages var to setup/teardown modules

Set HOME before Ansible run

05 Feb 00:30
1725c28

Choose a tag to compare

Ensure's the $HOME variable is correctly set before running ansible, as some items require it.

v2.0.2 - Clean up ansible-repo dir before git clone

07 Dec 20:54
39956a1

Choose a tag to compare

does an rm -rf on the ansible-repo dir before doing a git clone into it as a sanity check/additional level of assurance