Skip to content

sonikro/terragrunt-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

sonikro/terragrunt-ansible

Repository containing Dockerfile for generating a Docker image with terragrunt, terraform and ansible. Mostly for usage in CI/CD Systems.

Using in your Github Actions Workflow

jobs:
  deploy:
    name: Deploy
    runs-on: ubuntu-latest
    container: sonikro/terragrunt-ansible:1.2.4-5.8.0

Building Locally

To build locally, just run

    docker build -t sonikro/terragrunt-ansible .

Optimizations

The image is based on Alpine, but Ansible is quite big (400mb), so nothing much can be done to make the image size smaller.

Versions

The image tag follows this pattern:

terragrunt-version-ansible-version

Example: 1.2.4-5.8.0

About

Docker image containing Terragrunt and Ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published