ansible hosts: add new one, drop old one
This commit is contained in:
parent
d0276233a6
commit
e2f58b8aaf
1 changed files with 4 additions and 7 deletions
|
@ -26,13 +26,6 @@ monitoring:
|
|||
ansible_host: 10.5.1.251
|
||||
home_network: true
|
||||
|
||||
matrix.home.finn.io:
|
||||
ansible_host: 10.5.1.34
|
||||
home_network: true
|
||||
logs:
|
||||
jobs:
|
||||
synapse: /var/log/matrix-synapse/homeserver.log
|
||||
|
||||
minio.home.finn.io:
|
||||
ansible_host: 10.5.1.250
|
||||
home_network: true
|
||||
|
@ -55,6 +48,10 @@ monitoring:
|
|||
jobs:
|
||||
minecraft: /var/minecraft/logs/*.log
|
||||
|
||||
pbx:
|
||||
ansible_host: 10.5.1.236
|
||||
home_network: true
|
||||
|
||||
authentik:
|
||||
hosts:
|
||||
authentik.home.finn.io:
|
||||
|
|
Loading…
Reference in a new issue