|
@ -14,7 +14,8 @@ docker_container_storage_setup: false |
|
|
## Valid options are systemd or cgroupfs, default is systemd |
|
|
## Valid options are systemd or cgroupfs, default is systemd |
|
|
# docker_cgroup_driver: systemd |
|
|
# docker_cgroup_driver: systemd |
|
|
|
|
|
|
|
|
## Uncomment this if you have more than 3 nameservers, then we'll only use the first 3. |
|
|
|
|
|
|
|
|
## Only set this if you have more than 3 nameservers: |
|
|
|
|
|
## If true Kubespray will only use the first 3, otherwise it will fail |
|
|
docker_dns_servers_strict: false |
|
|
docker_dns_servers_strict: false |
|
|
|
|
|
|
|
|
# Path used to store Docker data |
|
|
# Path used to store Docker data |
|
@ -32,7 +33,7 @@ docker_bin_dir: "/usr/bin" |
|
|
|
|
|
|
|
|
# keep docker packages after installation; speeds up repeated ansible provisioning runs when '1' |
|
|
# 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 |
|
|
# kubespray deletes the docker package on each run, so caching the package makes sense |
|
|
docker_rpm_keepcache: 0 |
|
|
|
|
|
|
|
|
docker_rpm_keepcache: 1 |
|
|
|
|
|
|
|
|
## An obvious use case is allowing insecure-registry access to self hosted registries. |
|
|
## An obvious use case is allowing insecure-registry access to self hosted registries. |
|
|
## Can be ipaddress and domain_name. |
|
|
## Can be ipaddress and domain_name. |
|
|