mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
build terraform from src
This commit is contained in:
parent
aca85fb3ee
commit
3bd0eb9a3b
2 changed files with 5 additions and 1 deletions
3
roles/hashicorp/meta/main.yml
Normal file
3
roles/hashicorp/meta/main.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: golang }
|
||||
|
|
@ -5,9 +5,10 @@
|
|||
- name: Install consul
|
||||
pacman: name=consul state=present
|
||||
|
||||
- name: Install vault
|
||||
- name: Install vault and terraform
|
||||
aur: name={{ item }} user={{ user.name }}
|
||||
with_items:
|
||||
- vault-bin
|
||||
- terraform
|
||||
tags:
|
||||
- aur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue