cisagov / ansible-role-guacamole

An Ansible role for installing cisagov/guacamole-composition
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Preload Docker images used by the Guacamole Docker composition #26

Closed jsf9k closed 3 years ago

jsf9k commented 3 years ago

๐Ÿ—ฃ Description

This pull request preloads the Docker images used by the Guacamole Docker composition.

๐Ÿ’ญ Motivation and context

cisagov/cool-assessment-terraform currently has a NAT gateway in the operations subnet. This NAT gateway is only used when the Guacamole instance pulls the Docker images used by the Guacamole Docker composition at first start up. By preloading these Docker images in the Guacamole AMI, we remove the need for this NAT gateway resource.

See cisagov/cool-system#158 for more details.

๐Ÿงช Testing

All pre-commit hooks and molecule tests pass.

โœ… Checklist