iac_stack/roles/server_install_syslog/handlers/main.yml

7 lines
119 B
YAML
Raw Normal View History

2025-06-15 08:03:43 +02:00
---
- name: Start and enable rsyslog
ansible.builtin.service:
name: rsyslog
state: started
enabled: true