4ceaa18a9c
Synchronises the configuration with kayobe-config prior to creating a stable/stein branch. Change-Id: I63170f0dff99b7f1307f6d2cf3c3470b353c7ec4
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
---
|
|
###############################################################################
|
|
# Docker configuration.
|
|
|
|
# Name of the docker storage driver. Default is 'devicemapper'.
|
|
docker_storage_driver: overlay
|
|
|
|
# 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:
|
|
|
|
# Enable live-restore on docker daemon
|
|
#docker_daemon_live_restore:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|