From ccd4355a8e6f4b5262f3cb4dfbcf9b27b3fbbb42 Mon Sep 17 00:00:00 2001
From: Aleks <al-git001@none.at>
Date: Thu, 15 Jun 2017 11:20:05 +0200
Subject: Add the the other featured audit-config paramters as example

---
 inventory/byo/hosts.ose.example | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'inventory/byo/hosts.ose.example')

diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index cbaf22810..04dea047f 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -786,6 +786,12 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 
 # Enable API service auditing, available as of 3.2
 #openshift_master_audit_config={"enabled": true}
+#
+# In case you want more advanced setup for the auditlog you can
+# use this line.
+# The directory in "auditFilePath" will be created if it's not
+# exist
+#openshift_master_audit_config={"enabled": true, "auditFilePath": "/var/log/openpaas-oscp-audit/openpaas-oscp-audit.log", "maximumFileRetentionDays": 14, "maximumFileSizeMegabytes": 500, "maximumRetainedFiles": 5}}
 
 # Validity of the auto-generated OpenShift certificates in days.
 # See also openshift_hosted_registry_cert_expire_days above.
-- 
cgit v1.2.3