mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 23:53:18 +02:00
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
![]() |
{% if ansible_service_mgr == 'systemd' %}
|
||
|
# We use journalbeat on systemd based systems
|
||
|
{% else %}
|
||
|
- module: system
|
||
|
syslog:
|
||
|
enabled: True
|
||
|
auth:
|
||
|
enabled: True
|
||
|
{% endif %}
|