Add nut SSH remote shutdown
This commit is contained in:
17
roles/ariane/templates/lxc.j2
Normal file
17
roles/ariane/templates/lxc.j2
Normal file
@@ -0,0 +1,17 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
lxc.network.type = veth
|
||||
lxc.network.link = br0
|
||||
lxc.network.flags = up
|
||||
lxc.network.hwaddr = {{ lxc_hwaddr }}
|
||||
|
||||
lxc.aa_profile = unconfined
|
||||
lxc.rootfs = /var/lib/lxc/lxc-{{ lxc_host }}-{{ lxc_rev }}/rootfs
|
||||
lxc.rootfs.backend = dir
|
||||
|
||||
lxc.include = /usr/share/lxc/config/debian.common.conf
|
||||
|
||||
lxc.utsname = lxc-{{ lxc_host }}-{{ lxc-rev }}
|
||||
lxc.arch = amd64
|
||||
|
||||
{{ lxc_extra }}
|
||||
Reference in New Issue
Block a user