diff options
author | Aaron LI <aly@aaronly.me> | 2019-10-03 18:03:51 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-10-03 18:03:51 +0800 |
commit | beae95aa22d5b81544678d8b3ab0182b0e971087 (patch) | |
tree | 553de1a27e053788b316c222c408cc623c71edbd /roles/web | |
parent | 73fb4b9f5a9aeade0eae00514a94fd92bdaf437e (diff) | |
download | ansible-dfly-vps-beae95aa22d5b81544678d8b3ab0182b0e971087.tar.bz2 |
web: Update acme.sh log rotation settings
Diffstat (limited to 'roles/web')
-rw-r--r-- | roles/web/tasks/main.yml | 2 |
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 |