terraform

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

Installs Hashicorp's Terraform on Ubuntu LTS or Debian Stable

Install
ansible-galaxy install holmesb/ansible-role-terraform
GitHub repository
License
Unknown
Downloads
39
Owner