We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6d22e commit b1ea429Copy full SHA for b1ea429
tests/install.yml
@@ -17,6 +17,11 @@
17
- profile: debian-stretch
18
prefix: proxmox-5-
19
test_hosts_per_profile: 3
20
+ container_config:
21
+ - "lxc.apparmor.profile = unconfined"
22
+ - "lxc.mount.auto = proc:rw sys:rw cgroup-full:rw"
23
+ - "lxc.cgroup.devices.allow = a *:* rmw"
24
+ - "lxc.mount.entry = /lib/modules/{{ ansible_kernel }} lib/modules/{{ ansible_kernel }} none bind,create=dir,ro 0 0"
25
26
# Run the following within the containers in the inventory
27
- hosts: all
0 commit comments