Zabbix/Postfix: Ensure drop-in dir exists

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-09-25 12:00:16 +01:00
parent 1c9468489a
commit d2a66a0bf4

View File

@@ -38,6 +38,14 @@
- postfix
- zabbix_agent
- name: Ensure Zabbix drop-in directory
file:
path: /etc/zabbix/zabbix_agentd.d
state: directory
mode: '0755'
owner: root
group: root
- name: Install Zabbix agent config drop-in
ansible.builtin.copy:
src: postfix/zabbix-agent-dropin