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