dcfdc9321e
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
11 lines
483 B
YAML
11 lines
483 B
YAML
---
|
|
features:
|
|
- The ``lxc-container-create`` role now consumes the variable
|
|
``lxc_container_config_list`` which should contain a list of the entries
|
|
which should be added to the LXC container config file when the container
|
|
is created. 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.
|
|
|