diff --git a/galaxy.yml b/galaxy.yml index dc30efb..582b2f2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -40,7 +40,7 @@ tags: # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' dependencies: - git@gitlab.com:s3lph/ansible-collection-pki: main + git+https://gitlab.com/s3lph/ansible-collection-pki: main # The URL of the originating SCM repository repository: https://gitlab.com/s3lph/ansible-collection-prometheus diff --git a/roles/prometheus/defaults/main.yml b/roles/prometheus/defaults/main.yml index 1e6b451..fe8921c 100644 --- a/roles/prometheus/defaults/main.yml +++ b/roles/prometheus/defaults/main.yml @@ -14,4 +14,4 @@ prometheus_blackbox_exporter_additional_arguments: "" prometheus_hostgroup_alertmanagers: alertmanagers -prometheus_job_default_group_name: default +prometheus_default_alert_group_name: default