role.prepare_lxc_host/templates/etc/lxc/ansible.conf.j2
2024-03-12 21:39:29 +01:00

14 lines
256 B
Django/Jinja

lxc.group = ansible
lxc.start.auto = 1
### 2020-09 wg. NTP in Debian 10
lxc.apparmor.profile = unconfined
lxc.net.0.type = veth
lxc.net.0.flags = up
lxc.net.0.name = eth0
lxc.net.0.link = {{ lxc_host_bridge }}
lxc.net.0.hwaddr = {{ lxc_mac_template }}