
This patch implements support for deployment on EL10. As of today LXC is not present in EPEL, so we use Neil's COPR repository right now. Once EPEL will add LXC package, we should replace COPR with it. Change-Id: Iac16f239805f391a4a93caa3737f65280a0bbf46
11 lines
238 B
Django/Jinja
11 lines
238 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% if ansible_facts['os_family'] | lower == 'debian' %}
|
|
lxc.apparmor.profile = generated
|
|
lxc.apparmor.allow_nesting = 1
|
|
{% endif %}
|
|
lxc.start.auto = 1
|
|
lxc.start.delay = 15
|
|
lxc.group = onboot
|
|
lxc.group = openstack
|