feat: Update Ansible playbooks and host variables for improved organization and functionality

This commit is contained in:
2025-05-02 14:24:08 +02:00
parent 0eaadbe6a7
commit 5b341c9430
14 changed files with 101 additions and 75 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
- name: Set required facts
ansible.builtin.set_fact:
mail_folders:
mail_folders:
- "{{ mail_home }}/getmail"
- "{{ mail_home }}/mailboxes"
tags: always
@@ -54,7 +54,7 @@
mode: "0750"
owner: "{{ postfix_user_id }}"
group: "{{ postfix_group_id }}"
loop:
loop:
- "{{ mail_home }}/postfix"
tags:
- tasks