initial commit
This commit is contained in:
16
playbooks/all.yml
Normal file
16
playbooks/all.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
- hosts: central-logging
|
||||
user: ubuntu
|
||||
sudo: yes
|
||||
|
||||
vars_files:
|
||||
- ../vars/global_vars.yml
|
||||
|
||||
tasks:
|
||||
- include: ../tasks/elasticsearch-setup.yml
|
||||
- include: ../tasks/logstash-setup.yml
|
||||
- include: ../tasks/kibana-setup.yml
|
||||
|
||||
handlers:
|
||||
- include: ../handlers/elasticsearch.yml
|
||||
- include: ../handlers/logstash.yml
|
||||
13
playbooks/elasticsearch.yml
Normal file
13
playbooks/elasticsearch.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- hosts: central-logging
|
||||
user: ubuntu
|
||||
sudo: yes
|
||||
|
||||
vars_files:
|
||||
- ../vars/global_vars.yml
|
||||
|
||||
tasks:
|
||||
- include: ../tasks/elasticsearch-setup.yml
|
||||
|
||||
handlers:
|
||||
- include: ../handlers/elasticsearch.yml
|
||||
10
playbooks/kibana.yml
Normal file
10
playbooks/kibana.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- hosts: central-logging
|
||||
user: ubuntu
|
||||
sudo: yes
|
||||
|
||||
vars_files:
|
||||
- ../vars/global_vars.yml
|
||||
|
||||
tasks:
|
||||
- include: ../tasks/kibana-setup.yml
|
||||
13
playbooks/logstash.yml
Normal file
13
playbooks/logstash.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- hosts: central-logging
|
||||
user: ubuntu
|
||||
sudo: yes
|
||||
|
||||
vars_files:
|
||||
- ../vars/global_vars.yml
|
||||
|
||||
tasks:
|
||||
- include: ../tasks/logstash-setup.yml
|
||||
|
||||
handlers:
|
||||
- include: ../handlers/logstash.yml
|
||||
Reference in New Issue
Block a user