summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.aep.example
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-01-28 14:51:15 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-01-28 14:51:15 -0500
commitb88c68ae778574ee617fdd5db51dc8e9ec22d954 (patch)
treeb0c2f94c14f66ef4fd41a87b7c27fb6d1484253e /inventory/byo/hosts.aep.example
parentb42664e6f0bf137a10123a8d99567700440c8c5d (diff)
parentd31245bd59d7613477695d7f4d49885c243ba712 (diff)
downloadopenshift-b88c68ae778574ee617fdd5db51dc8e9ec22d954.tar.gz
openshift-b88c68ae778574ee617fdd5db51dc8e9ec22d954.tar.bz2
openshift-b88c68ae778574ee617fdd5db51dc8e9ec22d954.tar.xz
openshift-b88c68ae778574ee617fdd5db51dc8e9ec22d954.zip
Merge pull request #1288 from abutcher/container-logrotate
Configure logrotate on atomic.
Diffstat (limited to 'inventory/byo/hosts.aep.example')
-rw-r--r--inventory/byo/hosts.aep.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example
index 4e883a5c2..05aef586f 100644
--- a/inventory/byo/hosts.aep.example
+++ b/inventory/byo/hosts.aep.example
@@ -206,6 +206,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Configure node kubelet arguments
#openshift_node_kubelet_args={'max-pods': ['40'], 'image-gc-high-threshold': ['90'], 'image-gc-low-threshold': ['80']}
+# Configure logrotate scripts
+# See: https://github.com/nickhammond/ansible-logrotate
+#logrotate_scripts=[{"name": "syslog", "path": "/var/log/cron\n/var/log/maillog\n/var/log/messages\n/var/log/secure\n/var/log/spooler\n", "options": ["daily", "rotate 7", "compress", "sharedscripts", "missingok"], "scripts": {"postrotate": "/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true"}}]
+
# host group for masters
[masters]
aep3-master[1:3]-ansible.test.example.com