From bdf1ff9c6bdc0c807a4bd02a8fa7352217cf3f8e Mon Sep 17 00:00:00 2001 From: Benjamin Hays Date: Wed, 14 Aug 2024 11:54:12 -0400 Subject: [PATCH] Disable Postfix --- Ansible/fail2ban.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ansible/fail2ban.yml b/Ansible/fail2ban.yml index 4a6adef..e7fa0c3 100644 --- a/Ansible/fail2ban.yml +++ b/Ansible/fail2ban.yml @@ -19,3 +19,8 @@ ansible.builtin.systemd: name: fail2ban state: restarted + - name: Disable Postfix + ansible.builtin.systemd: + name: postfix + state: stopped + enabled: false