blob: 67e581cdfd65dc898dacfe2a94e469adc174298b [file] [log] [blame]
Samuli Silviusc580efe2019-03-17 18:06:33 +02001---
2rancher_server_url: "http://{{ hostvars[groups.infrastructure.0].ansible_host }}:8080"
3rancher_remove_other_env: true
4rancher_redeploy_k8s_env: true
Samuli Silviusbb3bef82019-04-04 08:22:08 +03005rancher_cluster_health_state: healthy
6rancher_cluster_health_check_retries: 30
Petr Ospalý2bfe0f92019-03-26 22:13:00 +01007rancher:
8 # The following variables can be set via the UI under advanced/settings.
9 # All of these affect tables in the cattle db and are uninteresting
10 # to the user (they serve the internal logic of the cattle), but
11 # they can eat a lot of space when a deployment is busy or faulty.
12 #
13 # Audit-Log is the only user-facing option here and it is represented
14 # in the UI.
15 #
16 # Auto-purge deleted entries from most tables after this long (seconds)
17 main_tables_purge_after_seconds: 28800 # 8 hours
18 # Auto-purge Event entries after this long (seconds)
19 events_purge_after_seconds: 28800 # 8 hours
20 # Auto-purge Service Log entries after this long (seconds)
21 service_log_purge_after_seconds: 86400 # 1 day
22 # Auto-purge Audit Log entries after this long (seconds)
23 audit_log_purge_after_seconds: 2592000 # 30 days