Add ELK stuff.
This commit is contained in:
parent
9a3f03e78a
commit
2854cfbe4f
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "2.1.3"
|
||||
version: "2.2.0"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -133,6 +133,8 @@ git_repositories:
|
|||
dest: ansible-role-environment
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-elastic_repo.git
|
||||
dest: ansible-role-elastic_repo
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-elasticsearch.git
|
||||
dest: ansible-role-elasticsearch
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-epel.git
|
||||
dest: ansible-role-epel
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-etherpad.git
|
||||
|
|
@ -189,6 +191,8 @@ git_repositories:
|
|||
dest: ansible-role-keepalived
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-kernel.git
|
||||
dest: ansible-role-kernel
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-kibana.git
|
||||
dest: ansible-role-kibana
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-kubectl.git
|
||||
dest: ansible-role-kubectl
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-libvirt.git
|
||||
|
|
@ -197,6 +201,8 @@ git_repositories:
|
|||
dest: ansible-role-locale
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-logrotate.git
|
||||
dest: ansible-role-logrotate
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-logstash.git
|
||||
dest: ansible-role-logstash
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-logwatch.git
|
||||
dest: ansible-role-logwatch
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-luks.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue