trallnag.asdf_terragrunt
Ansible Role trallnag.asdf_terragrunt
Installs and setups terragrunt with asdf
on Linux.
Available on Ansible Galaxy.
Role Variables
asdf_terragrunt_version:
default: 0.31.1
type: raw
required: false
description: >-
Terraform version to install and activate globally.
asdf_terragrunt_git_url:
default: https://github.com/lotia/asdf-terragrunt
type: raw
required: false
description: >-
Git repo containing the plugin.
Example Playbook
- name: Playbook
hosts: myhost
remote_user: myuser
vars:
rolespec_validate: true
roles:
- name: trallnag.asdf_terragrunt
vars:
asdf_terragrunt_version: 0.31.1
asdf_terragrunt_git_url: https://github.com/lotia/asdf-terragrunt
Special Requirements
asdf
must be installed.
Special Dependencies
None.
License
Apache-2.0
Author Information
Trallnag
Install
ansible-galaxy install trallnag.asdf_terragrunt
License
apache-2.0
Downloads
33
Owner