Add cadvisor support with monitoring stack: alertmanager, loki, node-red, promtail
This commit is contained in:
6
playbooks/deploy-alertmanager.yml
Normal file
6
playbooks/deploy-alertmanager.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Deploy Alertmanager
|
||||
hosts: 192.168.0.112 # app3
|
||||
become: true
|
||||
roles:
|
||||
- alertmanager
|
||||
6
playbooks/deploy-loki.yml
Normal file
6
playbooks/deploy-loki.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Deploy Loki
|
||||
hosts: 192.168.0.112 # app3
|
||||
become: true
|
||||
roles:
|
||||
- loki
|
||||
6
playbooks/deploy-node-red.yml
Normal file
6
playbooks/deploy-node-red.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Deploy Node-RED
|
||||
hosts: 192.168.0.112 # app3
|
||||
become: true
|
||||
roles:
|
||||
- node-red
|
||||
6
playbooks/deploy-promtail.yml
Normal file
6
playbooks/deploy-promtail.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Deploy Promtail on all nodes
|
||||
hosts: all # Установим Promtail на все хосты для сбора логов
|
||||
become: true
|
||||
roles:
|
||||
- promtail
|
||||
Reference in New Issue
Block a user