From 7016126b11a1be47e5587f5d99313df169c8d9d6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 12 Aug 2014 14:26:25 +0000 Subject: [PATCH] Adjust run fasclient playbook a bit. --- playbooks/run_fasClient.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/playbooks/run_fasClient.yml b/playbooks/run_fasClient.yml index abd138e2f1..66b56360cd 100644 --- a/playbooks/run_fasClient.yml +++ b/playbooks/run_fasClient.yml @@ -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: