This commit is contained in:
@ -16,4 +16,18 @@
|
||||
name: postfix
|
||||
state: restarted
|
||||
enabled: yes
|
||||
|
||||
- name: "Install postfix exporter"
|
||||
apt:
|
||||
update_cache: yes
|
||||
state: present
|
||||
name:
|
||||
- prometheus-postfix-exporter
|
||||
|
||||
- name: Allow postfix exporter via ufw
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
port: 9706
|
||||
proto: tcp
|
||||
src: 192.168.69.0/24
|
||||
...
|
||||
|
Reference in New Issue
Block a user