1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 11:56:59 +02:00
ansible-collection-prometheus/roles/dnssec_exporter/tasks/main.yml

14 lines
332 B
YAML
Raw Permalink Normal View History

2022-12-05 01:25:34 +01:00
---
- name: install prometheus-dnssec-exporter
ansible.builtin.import_tasks: install.yml
tags:
- "role::dnssec_exporter"
- "role::dnssec_exporter:install"
- name: configure prometheus-dnssec-exporter
ansible.builtin.import_tasks: config.yml
tags:
- "role::dnssec_exporter"
- "role::dnssec_exporter:config"