awslabs / ami-builder-packer

An example of an AMI Builder using CI/CD with AWS CodePipeline, AWS CodeBuild, Hashicorp Packer and Ansible.
Apache License 2.0
461 stars 230 forks source link

Fix #3 due to Ansible Role breaking changes and updates Packer #6

Closed heitorlessa closed 6 years ago

heitorlessa commented 6 years ago

Issue #3 , if available: Build failing post build_phase

Description of changes:

3rd party CIS Ansible Role has been recently updated and contained some breaking changes such as 3.6.2 and 5.3.3 that drops INPUT traffic and causes AttributeError errors in Ansible file handling.

Therefore, this PR:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.