Reorganize Logging
This commit is contained in:
parent
ec695da167
commit
0616b07940
4 changed files with 26 additions and 27 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue