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