Add collectd.
This commit is contained in:
parent
80c5d2d8a4
commit
fbe3b96088
|
|
@ -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: "1.2.6"
|
version: "1.2.7"
|
||||||
readme: "README.md"
|
readme: "README.md"
|
||||||
authors:
|
authors:
|
||||||
- "Robert de Bock"
|
- "Robert de Bock"
|
||||||
|
|
|
||||||
|
|
@ -81,6 +81,8 @@ git_repositories:
|
||||||
dest: ansible-role-cloud9
|
dest: ansible-role-cloud9
|
||||||
- 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-collectd.git
|
||||||
|
dest: ansible-role-collectd
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-common.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-common.git
|
||||||
dest: ansible-role-common
|
dest: ansible-role-common
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-core_dependencies.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-core_dependencies.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue