Add hashicorp.
This commit is contained in:
parent
907d1e2b97
commit
83522944db
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "2.0.6"
|
||||
version: "2.0.7"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -153,6 +153,8 @@ git_repositories:
|
|||
dest: ansible-role-grub
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-haproxy.git
|
||||
dest: ansible-role-haproxy
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-hashicorp.git
|
||||
dest: ansible-role-hashicorp
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-haveged.git
|
||||
dest: ansible-role-haveged
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-hostname.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue