851ac188d8
Change-Id: Iac3fec6f70963e97d12cbe4fd8cafb05a99c56a2
13 lines
560 B
YAML
13 lines
560 B
YAML
---
|
|
features:
|
|
- The ``lxc-container-create`` role now consumes the variable
|
|
``lxc_container_bind_mounts`` which should contain a list
|
|
of bind mounts to apply to a newly created container. The
|
|
appropriate host and container directory will be created and
|
|
the configuration applied to the container config. This
|
|
feature is designed to be used in group_vars to ensure that
|
|
containers are fully prepared at the time they are created,
|
|
thus cutting down the number of times containers are restarted
|
|
during deployments and upgrades.
|
|
|