clean up some more openqa_stg vs openqa_lab

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-09-21 15:24:03 -07:00
parent 51428eb99a
commit af0253afe5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 %}