Dockerfile with Packer and Ansible Installed

Posted by Miguel Lopez on Tue 06 June 2023 in tutorials

Create a Docker Image with Packer + Ansible installed. This is useful for creating a Docker Image that can be used for CI/CD pipelines.


Continue reading

Github Actions: If Statement for Matrix Value

Posted by Miguel Lopez on Sat 11 February 2023 in automation

Github Actions: Use an if statement to conditionally run a block given a specific matrix value. (Matrix Strategy Jobs)


Continue reading