Skip to content

pixelart/ansible-role-terraform

Repository files navigation

Ansible Role: Terraform

Build Status

Installs Hashicorp's Terraform.

Requirements

  • unzip package must be installed to extract the download.

Role Variables

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.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - pixelart.terraform

After the playbook runs, terraform will be accessible via normal user accounts.

Code of Conduct

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.

License

MIT, see the LICENSE file.

Author Information

This role was created in 2017 by pixelart GmbH.

About

Ansible Role: Hashicorp Terraform

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published