mg
f05c001b57
Housekeeping Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#169 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
11 lines
208 B
YAML
11 lines
208 B
YAML
---
|
|
- hosts: all:!proxmox
|
|
become: yes
|
|
serial: 5
|
|
|
|
tasks:
|
|
- name: wirte logrotate config rsyslog
|
|
become: yes
|
|
template:
|
|
src: rsyslog_template
|
|
dest: /etc/logrotate.d/rsyslog
|