Adding domain monitoring for TLSA/SSHFP/CAA records

This commit is contained in:
2025-12-18 14:43:13 -06:00
parent 49839d1333
commit 43f764e664
4 changed files with 42 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
- name: Generate monitoring from inventory
delegate_to: localhost
run_once: true
command: "python3 ../bin/generate-monitoring.py {{ inventory_file }}"
command: "../bin/generate-monitoring.py {{ inventory_file }}"
- name: Sharingan-Eval service copy
become: yes