diff options
author | Troy Dawson <tdawson@redhat.com> | 2015-08-27 15:23:44 -0500 |
---|---|---|
committer | Troy Dawson <tdawson@redhat.com> | 2015-08-27 15:23:44 -0500 |
commit | ede0fd9a75f3f0927f95cf542be0cb4a9448c96d (patch) | |
tree | d630e3f95ce950fbbfe664075048d63d3278c51d /playbooks/common/openshift-node/config.yml | |
parent | 2483b7767d4e56e41e9890adfffe4bdc1480a11b (diff) | |
parent | f0d03d257f2186c91e99c06e34be737468ea6ad6 (diff) | |
download | openshift-ede0fd9a75f3f0927f95cf542be0cb4a9448c96d.tar.gz openshift-ede0fd9a75f3f0927f95cf542be0cb4a9448c96d.tar.bz2 openshift-ede0fd9a75f3f0927f95cf542be0cb4a9448c96d.tar.xz openshift-ede0fd9a75f3f0927f95cf542be0cb4a9448c96d.zip |
Merge pull request #518 from tdawson/201508logrotate
Update syslog logrotate to compress and rotate daily
Diffstat (limited to 'playbooks/common/openshift-node/config.yml')
-rw-r--r-- | playbooks/common/openshift-node/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml index 705f7f223..e0060a9a3 100644 --- a/playbooks/common/openshift-node/config.yml +++ b/playbooks/common/openshift-node/config.yml @@ -99,6 +99,7 @@ when: certs_missing roles: - openshift_node + - role: nickhammond.logrotate - role: fluentd_node when: openshift.common.use_fluentd | bool tasks: |