clean up some more openqa_stg vs openqa_lab
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
51428eb99a
commit
af0253afe5
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: restart worker services on openQA worker hosts (production)
|
||||
hosts: openqa_workers:openqa_stg_workers
|
||||
hosts: openqa_workers:openqa_lab_workers
|
||||
user: root
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
|
@ -398,7 +398,7 @@ ALLOWDEVFILE=/dev/shm/squid-cf__readers.shm
|
|||
ALLOWDEVFILE=/dev/shm/squid-cf__queues.shm
|
||||
ALLOWDEVFILE=/dev/shm/squid-cf__metadata.shm
|
||||
{% endif %}
|
||||
{% if inventory_hostname in groups['virtservers'] or inventory_hostname in groups['openqa_workers'] or inventory_hostname in groups['openqa_stg_workers'] %}
|
||||
{% if inventory_hostname in groups['virtservers'] or inventory_hostname in groups['openqa_workers'] or inventory_hostname in groups['openqa_lab_workers'] %}
|
||||
# libvirt spice device makes a /dev/shm/spice file
|
||||
ALLOWDEVFILE=/dev/shm/spice.*
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue