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