When that happens for me in Ansible I just drop into Python and write a custom module. They're pretty straightforward.
How are you building your AMIs? We're using Ansible and building the AMIs on a dedicated ec2 instance (started for a build and shut down afterwards). The AMIs are fully baked and environment information is configured…
When that happens for me in Ansible I just drop into Python and write a custom module. They're pretty straightforward.
How are you building your AMIs? We're using Ansible and building the AMIs on a dedicated ec2 instance (started for a build and shut down afterwards). The AMIs are fully baked and environment information is configured…