Installs Hashicorp's Terraform.
unzip
package must be installed to extract the download.
Available variables are listed below, along with default values (see defaults/main.yml
):
terraform_version: '0.9.5'
The version of Terraform which should be installed.
terraform_install_path: '/usr/local/bin'
The path where the Terraform binary should be installed. Ensure it's in your $PATH
.
None.
- hosts: all
roles:
- pixelart.terraform
After the playbook runs, terraform
will be accessible via normal user accounts.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
MIT, see the LICENSE file.
This role was created in 2017 by pixelart GmbH.