ansible-aws-infra-services
ansible-aws-infra-services copied to clipboard
Added Efs
There is an issue in 2.3.0 of ansible which will not create the name of the efs volume. This has been fixed in 2.4.0. The volume will be created with the correct tags, just will have no name
@hoffbeam thanks for the PR !
This should be in the custom/ directory as this doesn't add anything related to other modules and is not "standard". from the custom module, you extract the variable and we you can reference it in the boot command.
Regarding 2.4.0 you need to update the dockerfile
So:
- move to custom
- add the capability to reference custom playbooks in infrastructure (see what was done for service)
- update docker base image