feat: setup syslog for alpine
This commit is contained in:
parent
4426ba1cb7
commit
dc43fc80cd
3 changed files with 19 additions and 0 deletions
|
|
@ -48,6 +48,13 @@
|
|||
enabled: true
|
||||
state: "restarted"
|
||||
|
||||
# ensure syslog enabled + started - alpine
|
||||
- name: "restart syslog alpine"
|
||||
ansible.builtin.service:
|
||||
name: "syslog"
|
||||
enabled: true
|
||||
state: "started"
|
||||
|
||||
# ssh
|
||||
- name: "restart ssh"
|
||||
ansible.builtin.systemd:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue