change webserver exporting memes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-29 17:25:58 +02:00
parent 58d0700520
commit ecbabfe165
3 changed files with 23 additions and 1 deletions

View File

@ -47,6 +47,14 @@
proto: tcp
src: 192.168.69.0/24
- name: Copy default nginx config
ansible.builtin.copy:
src: prometheus-nginx-exporter
dest: /etc/default/prometheus-nginx-exporter
owner: root
group: root
mode: '0644'
- name: Enable and restart exporter daemon
service:
name: prometheus-nginx-exporter