update..
This commit is contained in:
@ -74,6 +74,22 @@ copy_plain_files_systemd:
|
||||
dest_path: /etc/systemd/system.conf.d/20-DefaultLimitRTTIME.conf
|
||||
|
||||
|
||||
#copy_plain_files_journald: []
|
||||
copy_plain_files_journald:
|
||||
|
||||
- name: SystemMaxUse
|
||||
src_path: etc/systemd/journald.conf.d/50-SystemMaxUse.conf
|
||||
dest_path: /etc/systemd/journald.conf.d/50-SystemMaxUse.conf
|
||||
|
||||
- name: SystemMaxFileSize
|
||||
src_path: etc/systemd/journald.conf.d/50-SystemMaxFileSize.conf
|
||||
dest_path: /etc/systemd/journald.conf.d/50-SystemMaxFileSize.conf
|
||||
|
||||
- name: MaxFileSec
|
||||
src_path: etc/systemd/journald.conf.d/50-MaxFileSec.conf
|
||||
dest_path: /etc/systemd/journald.conf.d/50-MaxFileSec.conf
|
||||
|
||||
|
||||
|
||||
#copy_plain_files_sysctl: []
|
||||
copy_plain_files_sysctl:
|
||||
|
Reference in New Issue
Block a user