mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Add noseclabel support to libvirt_lxc plugin.
This commit is contained in:
parent
adc9a25a06
commit
ba1bcdfc17
4 changed files with 21 additions and 1 deletions
|
@ -952,6 +952,17 @@ The default list is: nfs,vboxsf,fuse,ramfs::
|
|||
|
||||
special_context_filesystems = nfs,vboxsf,fuse,ramfs,myspecialfs
|
||||
|
||||
libvirt_lxc_noseclabel
|
||||
======================
|
||||
|
||||
.. versionadded:: 2.1
|
||||
|
||||
This setting causes libvirt to connect to lxc containers by passing --noseclabel to virsh.
|
||||
This is necessary when running on systems which do not have SELinux.
|
||||
The default behavior is no::
|
||||
|
||||
libvirt_lxc_noseclabel = True
|
||||
|
||||
Galaxy Settings
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue