Molecule CI in GitHub Actions
Intro
In the last article we took a look at a fully automated CI for an Ansible role using Molecule. Running this locally works fine during development but to test contentiously against multiple distributions, we need to scale this up a bit. A great and free option are GitHub Actions that run on every new push. This example will stay with testing for AlmaLinux9 and Ubuntu22.04 for the demonstration.
Any files used for this demonstration can be found here @@TODO ensure nice preview