aboutsummaryrefslogtreecommitdiffstats
path: root/roles/web/tasks
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-10-03 18:03:51 +0800
committerAaron LI <aly@aaronly.me>2019-10-03 18:03:51 +0800
commitbeae95aa22d5b81544678d8b3ab0182b0e971087 (patch)
tree553de1a27e053788b316c222c408cc623c71edbd /roles/web/tasks
parent73fb4b9f5a9aeade0eae00514a94fd92bdaf437e (diff)
downloadansible-dfly-vps-beae95aa22d5b81544678d8b3ab0182b0e971087.tar.bz2
web: Update acme.sh log rotation settings
Diffstat (limited to 'roles/web/tasks')
-rw-r--r--roles/web/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/web/tasks/main.yml b/roles/web/tasks/main.yml
index 0bc6466..905c60e 100644
--- a/roles/web/tasks/main.yml
+++ b/roles/web/tasks/main.yml
@@ -98,7 +98,7 @@
lineinfile:
path: /etc/newsyslog.conf
regexp: '^#?/var/log/acme.sh.log'
- line: "/var/log/acme.sh.log acme:acme 640 90 * @T00 Z"
+ line: "/var/log/acme.sh.log acme:acme 640 7 100 * Z"
tags: acme
- name: acme.sh - generate issue script