diff options
Diffstat (limited to 'playbooks/files')
| -rw-r--r-- | playbooks/files/default.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/files/default.conf b/playbooks/files/default.conf new file mode 100644 index 0000000..bc5449b --- /dev/null +++ b/playbooks/files/default.conf @@ -0,0 +1,8 @@ +lxc.net.0.type = veth +lxc.net.0.link = lxcbr0 +lxc.net.0.flags = up +lxc.net.0.hwaddr = xx:xx:xx:xx:xx:xx + +lxc.apparmor.profile = generated +lxc.apparmor.allow_nesting = 1 +lxc.start.auto = 1 |
