add some monitoring hosts, normalize playbook names
This commit is contained in:
parent
38d4be2f41
commit
c6642cac19
6 changed files with 38 additions and 0 deletions
|
@ -22,6 +22,33 @@ monitoring:
|
|||
ansible_host: 10.5.1.123
|
||||
home_network: true
|
||||
|
||||
http.home.finn.io:
|
||||
ansible_host: 10.5.1.245
|
||||
home_network: true
|
||||
|
||||
media-ingest.home.finn.io:
|
||||
ansible_host: 10.5.1.251
|
||||
home_network: true
|
||||
|
||||
matrix.home.finn.io:
|
||||
ansible_host: 10.5.1.34
|
||||
home_network: true
|
||||
|
||||
minio.home.finn.io:
|
||||
ansible_host: 10.5.1.250
|
||||
home_network: true
|
||||
|
||||
signald.home.finn.io:
|
||||
ansible_host: 10.5.1.225
|
||||
home_network: true
|
||||
|
||||
jellyfin.home.finn.io:
|
||||
ansible_host: 10.5.1.208
|
||||
home_network: true
|
||||
logs:
|
||||
jobs:
|
||||
jellyfin: /var/log/jellyfin/*.log
|
||||
|
||||
authentik:
|
||||
hosts:
|
||||
authentik.home.finn.io:
|
||||
|
@ -43,3 +70,8 @@ forgejo_runners:
|
|||
home_network: true
|
||||
forgejo-runner-1:
|
||||
home_network: true
|
||||
|
||||
seedboxes:
|
||||
hosts:
|
||||
seedbox.janky.solutions:
|
||||
ansible_host: 142.132.212.219
|
||||
|
|
6
playbook-monitoring.yml
Normal file
6
playbook-monitoring.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- hosts: monitoring
|
||||
vars:
|
||||
ansible_user: root
|
||||
roles:
|
||||
- base
|
||||
- monitoring
|
Loading…
Reference in a new issue