MBS stg: remove FAS compatible variable
The ipa/client role prefers ipa_client_shell_groups over fas_client_groups, the variable used by the fas_client role, which isn't applied to MBA frontend/backend hosts in staging. Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
295564bfbc
commit
eb6cca1aec
2 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@ num_cpus: 1
|
|||
tcp_ports: [ 3000, 3001, 3002, 3003,
|
||||
3004, 3005, 3006, 3007 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran
|
||||
ipa_client_shell_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran
|
||||
|
||||
# These people get told when something goes wrong.
|
||||
|
|
|
@ -16,7 +16,6 @@ tcp_ports: [ 80 ]
|
|||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran
|
||||
ipa_client_shell_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue