Add prometheus and grafana for monitoring
This commit is contained in:
28
inventory.yaml
Executable file
28
inventory.yaml
Executable file
@@ -0,0 +1,28 @@
|
||||
all:
|
||||
hosts:
|
||||
rpi4-1:
|
||||
ansible_host: rpi4-1.local
|
||||
rpi4-2:
|
||||
ansible_host: rpi4-2.local
|
||||
rpi5-1:
|
||||
ansible_host: rpi5-1.local
|
||||
rpi5-2:
|
||||
ansible_host: rpi5-2.local
|
||||
children:
|
||||
monitored:
|
||||
hosts:
|
||||
rpi4-2: {}
|
||||
# rpi5-1: {}
|
||||
rpi5-2: {}
|
||||
monitoring_server:
|
||||
hosts:
|
||||
rpi4-2: {}
|
||||
frontend:
|
||||
hosts:
|
||||
rpi4-1: {}
|
||||
github-runners:
|
||||
hosts:
|
||||
rpi5-1: {}
|
||||
gitea:
|
||||
hosts:
|
||||
rpi5-2: {}
|
||||
Reference in New Issue
Block a user