From 35640c4388086fbd074ee57dbf88e4f779a03060 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 Aug 2014 15:56:22 +0000 Subject: [PATCH] Some more small run fasClient playbook fixes. --- playbooks/run_fasClient.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/playbooks/run_fasClient.yml b/playbooks/run_fasClient.yml index 66b56360cd..06604167cf 100644 --- a/playbooks/run_fasClient.yml +++ b/playbooks/run_fasClient.yml @@ -3,16 +3,22 @@ # We exclude builders, persistent-cloud and jenkins-cloud as they don't have fasclient # -- name: run fasClient - hosts: all:!builders:!persistent-cloud:!jenkins-cloud:!bkernel +- name: run fasClient -i + hosts: all:!builders:!persistent-cloud:!jenkins-cloud:!bkernel:!*composer* user: root - serial: 20 + serial: 25 gather_facts: False tasks: - name: actually run fasClient -i command: fasClient -i +- name: run fasClient -a + hosts: bastion01.phx2.fedoraproject.org:bastion02.phx2.fedoraproject.org + user: root + gather_facts: False + + tasks: - name: actually run fasClient -a command: fasClient -a when: inventory_hostname_short.startswith('bastion0')