mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
Zabbix/Postfix: Ensure drop-in dir exists
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user