michalschott.terraform

Ansible Role: Terraform

Build Status

This role installs Terraform on Linux amd64.

It downloads Terraform from the Hashicorp website, checks the checksum to ensure it's safe, and then installs it on your system.

Requirements

None.

Role Variables

Here are the default settings for this role:

terraform_version: 0.8.8
terraform_checksum: "sha256:403d65b8a728b8dffcdd829262b57949bce9748b91f2e82dfd6d61692236b376"
terraform_path: /usr/local/bin
terraform_owner: root
terraform_group: root

Dependencies

None.

Example Playbook

Here’s an example of how to use this role:

- hosts: servers
  roles:
     - { role: terraform }

License

MIT

Author Information

This role was created in 2017 by Michal Schott.

Informazioni sul progetto

Terraform instalation for Linux x64

Installa
ansible-galaxy install michalschott.terraform
Licenza
Unknown
Download
3.3k
Proprietario