diff options
| author | 2024-05-27 22:44:20 +0200 | |
|---|---|---|
| committer | 2024-05-27 22:44:20 +0200 | |
| commit | 7f667d29df62372c195f565948fed50978b7448a (patch) | |
| tree | ae14fa3e68affdf85d4565ca2b11ba4e56780e34 /ansible/inventory | |
| parent | Group and deploy certificates per target host (#316) (diff) | |
Open port 9090 to allow hitting the prometheus instance (#317)
* add a monitoring group for better hosts distinction
* run prometheus with TLS
* add prometheus connections nftables config
Diffstat (limited to 'ansible/inventory')
| -rw-r--r-- | ansible/inventory/hosts.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/inventory/hosts.yaml b/ansible/inventory/hosts.yaml index 5d8e3cb..6a6a47d 100644 --- a/ansible/inventory/hosts.yaml +++ b/ansible/inventory/hosts.yaml @@ -13,5 +13,8 @@ all: databases: hosts: lovelace: + monitoring: + hosts: + lovelace: vars: wireguard_port: 46850 |