ateoto / ansible-role-terraform

Ansible role for installing Hashicorp's Terraform tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform

Installs and configures Hashicorp's Terraform tool. We use this role to install Terraform for use in Jenkins builds. It won't download/install anything if you already have terraform installed unless your installed version is older than the specified terraform_version.

Role Variables

You can specify a version, default is 0.9.5 by overriding terraform_version.

Example Playbook

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

To override the version to install:

    - hosts: servers
      roles:
         - { role: ateoto.terraform, terraform_version: 0.9.5 }

License

MIT

About

Ansible role for installing Hashicorp's Terraform tool.