25 lines
518 B
YAML
25 lines
518 B
YAML
---
|
||
# 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
|