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

Install Pyenv on Linux with Ansible

Posted by Miguel Lopez on Tue 06 June 2023 in automation

Install Pyenv on Linux using an Ansible Galaxy Role. This is useful for managing Python versions on your local machine or on a target linux machine.


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

Run Localstack with Docker-Compose

Posted by Miguel Lopez on Mon 16 January 2023 in localstack

Use Localstack to Mock AWS Services For Local Containers


Continue reading

Managing Environments on Serverless Framework

Posted by Miguel Lopez on Mon 02 April 2018 in tutorials

Learn how to deploy Lambda functions to dev/test/stage/prod environments on Serverless Framework


Continue reading

Introduction to SaltStack

Posted by Miguel Lopez on Thu 22 March 2018 in automation

SaltStack 101, Set up your first Salt-Master and Salt-Minion


Continue reading