role.prepare_lxc_host/templates/etc/lxc/ansible.conf.j2

14 lines
256 B
Plaintext
Raw Normal View History

2024-03-12 20:39:29 +00:00
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 }}