aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playbook.yml13
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