Files
openstack-ansible-lxc_hosts/templates/meta-data/config
Dmitriy Rabotyagov 73c9581299 Do not use distro templates by default
With spawning LXC from customly built images, we no longer
need to rely on configuration templates.
Moreover, such templates are not available for EL9 from EPEL.

We also should respect architecture of the LXC hosts in containers
base config.

Change-Id: I09f04668c1164bde78bbb07615f5c7689caefada
2025-05-28 17:17:34 +00:00

3 lines
93 B
Plaintext

lxc.include = LXC_TEMPLATE_CONFIG/common.conf
lxc.arch = {{ ansible_facts['architecture'] }}