Update for current hosts and make faster and ignore weird network errors that cause it to exit 2

This commit is contained in:
Kevin Fenzi 2015-10-05 18:12:33 +00:00
parent f282de1c04
commit 8404ae7f4a

View file

@ -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