mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-25 08:54:03 +00:00
consul was moved to community
This commit is contained in:
parent
df8b2a6188
commit
aca85fb3ee
1 changed files with 4 additions and 2 deletions
|
|
@ -2,10 +2,12 @@
|
|||
- name: Install vagrant
|
||||
pacman: name=vagrant state=present
|
||||
|
||||
- name: Install consul and vault
|
||||
- name: Install consul
|
||||
pacman: name=consul state=present
|
||||
|
||||
- name: Install vault
|
||||
aur: name={{ item }} user={{ user.name }}
|
||||
with_items:
|
||||
- consul
|
||||
- vault-bin
|
||||
tags:
|
||||
- aur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue