Add 2 roles.
This commit is contained in:
parent
c4280b71ac
commit
63205b3e30
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "2.2.4"
|
||||
version: "2.2.5"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -85,6 +85,8 @@ git_repositories:
|
|||
dest: ansible-role-clamav
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-cntlm.git
|
||||
dest: ansible-role-cntlm
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-code.git
|
||||
dest: ansible-role-code
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-collectd.git
|
||||
dest: ansible-role-collectd
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-common.git
|
||||
|
|
@ -157,6 +159,8 @@ git_repositories:
|
|||
dest: ansible-role-functions
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-git.git
|
||||
dest: ansible-role-git
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-gitea.git
|
||||
dest: ansible-role-gitea
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-gitlab.git
|
||||
dest: ansible-role-gitlab
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-gitlab_runner.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue