feat: Create role
This commit is contained in:
24
defaults/main.yml
Normal file
24
defaults/main.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
# defaults file for hcio
|
||||
|
||||
# Path to store checks UUID
|
||||
hcio_local_facts_file: /etc/ansible/facts.d/hcio.fact
|
||||
|
||||
# Path 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
|
Reference in New Issue
Block a user