mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 06:33:15 +08:00
add db-qa-01 to postgresql server exceptions in rkhunter config
This commit is contained in:
@@ -404,7 +404,7 @@ ALLOWDEVFILE=/dev/shm/spice.*
|
||||
{% if inventory_hostname in groups['ipa'] or inventory_hostname in groups['ipa-stg'] %}
|
||||
ALLOWDEVFILE=/dev/shm/sem.slapd*.stats
|
||||
{% endif %}
|
||||
{% if inventory_hostname in groups['pgbdr'] or inventory_hostname in groups['pgbdr-stg'] or inventory_hostname == 'ci-cc-rdu01.fedoraproject.org' %}
|
||||
{% if inventory_hostname in groups['pgbdr'] or inventory_hostname in groups['pgbdr-stg'] or inventory_hostname == 'ci-cc-rdu01.fedoraproject.org' or inventory_hostname == 'db-qa-stg01.qa.fedoraproject.org' %}
|
||||
ALLOWDEVFILE=/dev/shm/PostgreSQL*
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user