Exclude stg too since we are only listening on prod anyhow. Up limits to 75.
This commit is contained in:
parent
035410488c
commit
0ce5093ede
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
|||
command: fasClient -i
|
||||
|
||||
- name: run fasClient -i on the rest of hosts which only affects sysadmins
|
||||
hosts: all:!buildvm-01.stg*:!fed-cloud0*:!builders:!persistent-cloud:!jenkins-cloud:!bkernel:!*composer*:!people*:!pkgs02*:!hosted03*
|
||||
hosts: all:!buildvm-01.stg*:!fed-cloud0*:!builders:!persistent-cloud:!jenkins-cloud:!bkernel:!*composer*:!people*:!pkgs02*:!hosted03*:!*.stg.*
|
||||
user: root
|
||||
serial: 50
|
||||
serial: 75
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue