From 1a1b7c7d9303f5ebadc8e71dad3c82f3bea2bb24 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 20 Apr 2025 14:13:00 -0700 Subject: Fix umask --- playbooks/roles/outbound/tasks/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'playbooks/roles/outbound/tasks') diff --git a/playbooks/roles/outbound/tasks/main.yml b/playbooks/roles/outbound/tasks/main.yml index 863351f..107e71a 100644 --- a/playbooks/roles/outbound/tasks/main.yml +++ b/playbooks/roles/outbound/tasks/main.yml @@ -94,6 +94,18 @@ with_filetree: '../templates/proxy' when: item.state == 'file' +- name: Allow mail ports + with_items: + - "25" + - "587" + - "465" + - "993" + - "4190" + community.general.ufw: + rule: allow + port: "{{ item }}" + state: "enabled" + - name: Daemon-reload and enable proxy ansible.builtin.systemd_service: state: started -- cgit v1.2.3-70-g09d2