Reorganize Logging

This commit is contained in:
phil 2023-11-03 22:18:02 +01:00
parent ec695da167
commit 0616b07940
4 changed files with 26 additions and 27 deletions

View file

@ -46,11 +46,7 @@
tags: hostname
when: postfix_type == "internet"
- name: Monitoring
ansible.builtin.import_tasks: monitoring.yml
tags: monitoring
- name: Logging
ansible.builtin.import_tasks: rsyslog.yml
ansible.builtin.import_tasks: logging.yml
tags: logging
when: postfix_type == "internet"