diff options
| author | 2024-05-04 17:48:31 +0200 | |
|---|---|---|
| committer | 2024-05-06 13:37:59 +0200 | |
| commit | 29138efe3a47574e55f22a6d71b4ef1d038a67c5 (patch) | |
| tree | cd9c683d94e52fae630fad602d96d289e6ad68f1 /ansible/playbook.yml | |
| parent | Perform fail2ban bans directly via nftables (diff) | |
install blackbox exporter as part of out monitoring stack
Diffstat (limited to 'ansible/playbook.yml')
| -rw-r--r-- | ansible/playbook.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml index e963a31..ad8f2ad 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -14,6 +14,7 @@ hosts: lovelace roles: - prometheus + - prometheus-blackbox-exporter - name: Deploy nginx & certbot to hosts hosts: nginx |