provizanta.terraform

Ansible Role: Terraform

Build & Deploy

Set up and configure Hashicorp Terraform.

Requirements

No requirements needed.

Role Variables

You can find these variables in defaults/main.yml:

terraform_plugin_urls: []

You can also specify a specific version to download and install:

terraform_version: '0.12.24'

Dependencies

No dependencies.

Example Playbook

To install the default package:

- name: Converge
  hosts: all
  roles:
    - role: terraform

To install a specific version:

- name: Converge
  hosts: all
  vars:
    version: '0.12.24'
  roles:
    - role: terraform
      vars:
        terraform_version: "{{ version }}"
        terraform_binary_dir_path: /usr/bin

License

MIT

Author Information

Tibor Csóka

Informazioni sul progetto

"Install and setup Hashicorp Terraform."

Installa
ansible-galaxy install provizanta.terraform
Licenza
mit
Download
1.4k
Proprietario