Apply this to all virtservers
This commit is contained in:
parent
9a3056a891
commit
d7c07d6cf5
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ ALLOWDEVFILE=/dev/shm/fmn-cache.dbm
|
||||||
ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm
|
ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm
|
||||||
ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm
|
ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ansible_hostname.startswith('virthost') or ansible_hostname.startswith('qa') %}
|
{% if ansible_hostname in groups['virtservers'] %}
|
||||||
# libvirt spice device makes a /dev/shm/spice file
|
# libvirt spice device makes a /dev/shm/spice file
|
||||||
ALLOWDEVFILE=/dev/shm/spice.*
|
ALLOWDEVFILE=/dev/shm/spice.*
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue