role_hcio/defaults/main.yml
2025-04-10 16:43:05 +02:00

25 lines
518 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# defaults file for hcio
# Path to store checks UUID
hcio_local_facts_file: /etc/ansible/facts.d/hcio.fact
# Pat to store scripts
hcio_path: /srv/healthchecksio
# Informations about hcio server
hcio_url: ""
hcio_api_key: ""
# Add prefix on slug
hcio_slug_prefix: "{{ inventory_hostname | replace('.', '_') }}-"
# Define checks
hcio_checks: []
# Example :
# - name: "{{ inventory_hostname }}"
# tags: "{{ group_names }}"
# timeout: 300
# channels: "{{ hcio_host_channels }}"
# target: host