Move bodhi to bodhi2 group for iptables rules

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-30 21:26:27 +00:00
parent 8249f3f07f
commit 8cc83ed5be
4 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ custom_rules: ['-A INPUT --proto tcp --sport 44334 --source 10.5.125.71 -j ACCEP
nrpe_procs_warn: 900
nrpe_procs_crit: 1000
host_group: releng
host_group: bodhi2
# These people get told when something goes wrong.
fedmsg_error_recipients:

View file

@ -31,7 +31,7 @@ custom_rules: ['-A INPUT --proto tcp --sport 44334 --source sign-bridge01.phx2.f
nrpe_procs_warn: 900
nrpe_procs_crit: 1000
host_group: releng
host_group: bodhi2
# These people get told when something goes wrong.
fedmsg_error_recipients:

View file

@ -13,7 +13,7 @@ testing: False
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
host_group: releng
host_group: bodhi2
# Definining these vars has a number of effects
# 1) mod_wsgi is configured to use the vars for its own setup

View file

@ -29,7 +29,7 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '
fas_client_groups: sysadmin-noc,sysadmin-bodhi
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
host_group: releng
host_group: bodhi2
# Mount /mnt/fedora_koji as read-only in staging
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid"