mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
10 lines
182 B
Django/Jinja
10 lines
182 B
Django/Jinja
{% if ansible_service_mgr == 'systemd' %}
|
|
# We use journalbeat on systemd based systems
|
|
{% else %}
|
|
- module: system
|
|
syslog:
|
|
enabled: True
|
|
auth:
|
|
enabled: True
|
|
{% endif %}
|