Adjust run fasclient playbook a bit.

This commit is contained in:
Kevin Fenzi 2014-08-12 14:26:25 +00:00
parent b77b40ff2c
commit 7016126b11

View file

@ -1,9 +1,12 @@
# Run `fasClient` on all hosts, 3 hosts at a time
# Run `fasClient` on all hosts, N hosts at a time
#
# We exclude builders, persistent-cloud and jenkins-cloud as they don't have fasclient
#
- name: run fasClient
hosts: all
hosts: all:!builders:!persistent-cloud:!jenkins-cloud:!bkernel
user: root
serial: 15
serial: 20
gather_facts: False
tasks: