Disable Postfix

This commit is contained in:
Benjamin Hays 2024-08-14 11:54:12 -04:00
parent bea01912c5
commit bdf1ff9c6b
Signed by: BenHays42
GPG Key ID: CE14B8B296ABEFB1

View File

@ -19,3 +19,8 @@
ansible.builtin.systemd: ansible.builtin.systemd:
name: fail2ban name: fail2ban
state: restarted state: restarted
- name: Disable Postfix
ansible.builtin.systemd:
name: postfix
state: stopped
enabled: false