Update for current hosts and make faster and ignore weird network errors that cause it to exit 2
This commit is contained in:
parent
f282de1c04
commit
8404ae7f4a
1 changed files with 2 additions and 3 deletions
|
@ -23,12 +23,11 @@
|
|||
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-master:!jenkins-slave:!bkernel:!*composer*:!people*:!pkgs02*:!hosted03*:!*.stg.*
|
||||
hosts: all:!builders:!persistent-cloud:!jenkins-master:!jenkins-slave:!*composer*:!people*:!pkgs02*:!hosted03*:!*.stg.*:!twisted*:!*.fedorainfracloud.org:!ppc-hub*:!bkernel*:!fed-cloud01*:!fed-cloud02*:!releng-secondary:!dopr-dev.cloud.fedoraproject.org:!copr-keygen-dev.cloud.fedoraproject.org
|
||||
user: root
|
||||
serial: 75
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
- name: actually run fasClient -i
|
||||
command: fasClient -i
|
||||
|
||||
ignore_errors: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue