mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-14 17:50:06 -03:30
Sometimes package installations can get into weird state and stuck for a very long time. Timeout the tasks to fail early, with a customizable timeout duration.
6 lines
151 B
YAML
6 lines
151 B
YAML
---
|
|
# number of times package install task should be retried
|
|
pkg_install_retries: 4
|
|
pkg_install_timeout: "{{ 5 * 60 }}"
|
|
yum_repo_dir: /etc/yum.repos.d
|