configure metric scraping from knot on auth-dns
Some checks failed
/ Ansible Lint (push) Failing after 6m12s
Some checks failed
/ Ansible Lint (push) Failing after 6m12s
This commit is contained in:
parent
291ebce943
commit
50beedbc62
7 changed files with 56 additions and 0 deletions
|
|
@ -11,3 +11,11 @@
|
|||
become: true
|
||||
changed_when: true
|
||||
ansible.builtin.command: "netplan apply"
|
||||
|
||||
- name: restart knot-exporter
|
||||
tags: [ auth-dns ]
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: knot-exporter.service
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue