added rpm caching for to docker repo (#3718)

This commit is contained in:
Johnny Halfmoon
2018-11-16 11:33:23 +01:00
committed by k8s-ci-robot
parent 5ba67c55a2
commit 618ab93b42
3 changed files with 6 additions and 1 deletions

View File

@@ -25,6 +25,10 @@ docker_log_opts: "--log-opt max-size=50m --log-opt max-file=5"
# define docker bin_dir
docker_bin_dir: "/usr/bin"
# keep docker packages after installation; speeds up repeated ansible provisioning runs when '1'
# kubespray deletes the docker package on each run, so caching the package makes sense
docker_rpm_keepcache: 0
## An obvious use case is allowing insecure-registry access to self hosted registries.
## Can be ipaddress and domain_name.
## example define 172.19.16.11 or mirror.registry.io