cisagov / ansible-role-guacamole

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

Pull in the latest version of the cisagov/guacscanner Docker image #42

Closed jsf9k closed 2 years ago

jsf9k commented 2 years ago

๐Ÿ—ฃ Description

This pull request modifies the Ansible role to pull in the latest version of the cisagov/guacscanner Docker image.

๐Ÿ’ญ Motivation and context

This role is applied to AMIs that run on EC2 instances that do not have internet access, so we need to pull down the same version of the Docker image that is used in cisagov/guacamole-composition.

๐Ÿงช Testing

All pre-commit hooks and molecule tests pass.

โœ… Pre-approval checklist

jsf9k commented 2 years ago

The Kali-based molecule testing will fail until cisagov/skeleton-ansible-role#92 is merged into this repository. I'll rebase this branch and re-run the GitHub Actions once that happens.