diff options
| author | 2022-03-15 20:03:36 +0000 | |
|---|---|---|
| committer | 2022-03-15 20:03:36 +0000 | |
| commit | 98bf65a5cfaa22c76967ed2caf0ffaea82850923 (patch) | |
| tree | e0355454ee3cfd3b2c95374e2aa40f856fd2be0b | |
| parent | Add Packetbeat (diff) | |
Add new logs tooling to root playbook
| -rw-r--r-- | playbook.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml index 2a38748..3e91d81 100644 --- a/playbook.yml +++ b/playbook.yml @@ -31,3 +31,16 @@ hosts: lovelace roles: - postgres + +- name: Deploy monitoring software + hosts: neumann + roles: + - elasticsearch + - kibana + - kibana-nginx + +- name: Deploy monitoring agents + hosts: all + roles: + - filebeat + - packetbeat |