Add docker configuration

This commit is contained in:
Mark Goddard 2017-03-09 17:05:44 +00:00
parent e233e8e7f3
commit 0543dc50fb
1 changed files with 23 additions and 0 deletions

23
etc/kayobe/docker.yml Normal file
View File

@ -0,0 +1,23 @@
---
###############################################################################
# Docker configuration.
# 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:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes