Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/migibert/terraform-role
Ansible role to install Terraform
https://github.com/migibert/terraform-role
Last synced: 11 days ago
JSON representation
Ansible role to install Terraform
- Host: GitHub
- URL: https://github.com/migibert/terraform-role
- Owner: migibert
- License: mit
- Created: 2015-02-07T23:38:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T12:06:14.000Z (about 5 years ago)
- Last Synced: 2024-08-02T14:10:46.572Z (4 months ago)
- Size: 13.7 KB
- Stars: 19
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Terraform
========
[![Galaxy](http://img.shields.io/badge/ansible--galaxy-terraform-blue.svg)](https://galaxy.ansible.com/list#/roles/2831)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
[![Circle CI](https://circleci.com/gh/migibert/terraform-role/tree/master.svg?style=shield)](https://circleci.com/gh/migibert/terraform-role)Ansible role to install Terraform on Linux machines.
Install it with `ansible-galaxy install migibert.terraform`
Role Variables
--------------Here are the role variables and their default values. Default password for user terraform is terraform.
```
terraform_version: 0.6.11
terraform_dir: /opt/terraform
terraform_user: terraform
terraform_user_password: $6$uoCgixKJL4cFyIT$U7FisaA6GAdosBpGde.4NS00vaAg4tGmR63eBQQMsd8LiHUjetq6HDXG10719JwbNmQUSLzvG6zq8DOVOggIw1
```Example Playbook
-------------------------Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
```
- hosts: all
roles:
- role: migibert.terraform
```License
-------MIT
Author Information
------------------Mikael Gibert, Developer / DevOps.