02619c1628
Change-Id: I1c4e7c1bdcf40a066385f65341486abeb5c192b0
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
---
|
|
###############################################################################
|
|
# Docker configuration.
|
|
|
|
# Name of the docker storage driver. Default is 'overlay2'.
|
|
#docker_storage_driver:
|
|
|
|
# Name of the docker storage LVM volume group.
|
|
#docker_storage_volume_group:
|
|
|
|
# Name of the docker storage data LVM volume.
|
|
#docker_storage_volume_thinpool:
|
|
|
|
# Size of the docker storage data LVM volume (see lvol module size argument).
|
|
#docker_storage_volume_thinpool_size:
|
|
|
|
# Name of the docker storage metadata LVM volume.
|
|
#docker_storage_volume_thinpool_meta:
|
|
|
|
# Size of the docker storage metadata LVM volume (see lvol module size
|
|
# argument).
|
|
#docker_storage_volume_thinpool_meta_size:
|
|
|
|
# URL of docker registry
|
|
#docker_registry:
|
|
|
|
# CA of docker registry
|
|
#docker_registry_ca:
|
|
|
|
# List of Docker registry mirrors.
|
|
#docker_registry_mirrors:
|
|
|
|
# Enable live-restore on docker daemon
|
|
#docker_daemon_live_restore:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|