add Prometheus user to postdrop group in smtp gateway
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
41753eab2e
commit
ecea6b238b
@ -33,7 +33,7 @@
|
|||||||
name:
|
name:
|
||||||
- prometheus-postfix-exporter
|
- prometheus-postfix-exporter
|
||||||
|
|
||||||
- name: Copy default nginx config
|
- name: Copy exporter config
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: prometheus-postfix-exporter
|
src: prometheus-postfix-exporter
|
||||||
dest: /etc/default/prometheus-postfix-exporter
|
dest: /etc/default/prometheus-postfix-exporter
|
||||||
@ -41,6 +41,12 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
|
- name: Add the prometheus user to postdrop group
|
||||||
|
ansible.builtin.user:
|
||||||
|
name: prometheus
|
||||||
|
groups: postdrop
|
||||||
|
append: yes
|
||||||
|
|
||||||
- name: Enable and restart exporter daemon
|
- name: Enable and restart exporter daemon
|
||||||
service:
|
service:
|
||||||
name: prometheus-postfix-exporter
|
name: prometheus-postfix-exporter
|
||||||
|
Loading…
Reference in New Issue
Block a user