|
@@ -91,26 +91,6 @@ openshift_master_oauth_templates: "{{ openshift_master_oauth_template | ternary(
|
|
|
# Here we combine openshift_master_oath_template into 'login' key of openshift_master_oath_templates, if not present.
|
|
|
l_openshift_master_oauth_templates: "{{ openshift_master_oauth_templates | default(openshift_master_oauth_templates_default) }}"
|
|
|
|
|
|
-# These defaults assume forcing journald persistence, fsync to disk once
|
|
|
-# a second, rate-limiting to 10,000 logs a second, no forwarding to
|
|
|
-# syslog or wall, using 8GB of disk space maximum, using 10MB journal
|
|
|
-# files, keeping only a days worth of logs per journal file, and
|
|
|
-# retaining journal files no longer than a month.
|
|
|
-journald_vars_to_replace:
|
|
|
-- { var: Storage, val: persistent }
|
|
|
-- { var: Compress, val: yes }
|
|
|
-- { var: SyncIntervalSec, val: 1s }
|
|
|
-- { var: RateLimitInterval, val: 1s }
|
|
|
-- { var: RateLimitBurst, val: 10000 }
|
|
|
-- { var: SystemMaxUse, val: 8G }
|
|
|
-- { var: SystemKeepFree, val: 20% }
|
|
|
-- { var: SystemMaxFileSize, val: 10M }
|
|
|
-- { var: MaxRetentionSec, val: 1month }
|
|
|
-- { var: MaxFileSec, val: 1day }
|
|
|
-- { var: ForwardToSyslog, val: no }
|
|
|
-- { var: ForwardToWall, val: no }
|
|
|
-
|
|
|
-
|
|
|
# NOTE
|
|
|
# r_openshift_master_*_default may be defined external to this role.
|
|
|
# openshift_use_*, if defined, may affect other roles or play behavior.
|