Samuli Silvius | c580efe | 2019-03-17 18:06:33 +0200 | [diff] [blame] | 1 | --- |
| 2 | rancher_server_url: "http://{{ hostvars[groups.infrastructure.0].ansible_host }}:8080" |
| 3 | rancher_remove_other_env: true |
| 4 | rancher_redeploy_k8s_env: true |
Samuli Silvius | bb3bef8 | 2019-04-04 08:22:08 +0300 | [diff] [blame] | 5 | rancher_cluster_health_state: healthy |
| 6 | rancher_cluster_health_check_retries: 30 |
Petr OspalĂ˝ | 2bfe0f9 | 2019-03-26 22:13:00 +0100 | [diff] [blame^] | 7 | rancher: |
| 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 |