From e5deb1df5760163e2bb4cf8cf2cfd243ba8f1a0f Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 26 Aug 2015 16:41:09 +0000 Subject: [PATCH] Don't run fasClient on jenkins-master and jenkins-slave --- playbooks/run_fasClient.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/run_fasClient.yml b/playbooks/run_fasClient.yml index 3c35ff56b5..5e73a646d3 100644 --- a/playbooks/run_fasClient.yml +++ b/playbooks/run_fasClient.yml @@ -1,6 +1,6 @@ # Run `fasClient` on all hosts, N hosts at a time # -# We exclude builders, persistent-cloud and jenkins-cloud as they don't have fasclient +# We exclude builders, persistent-cloud, jenkins-master and jenkins-slave as they don't have fasclient # - name: run fasClient -a to make email aliases on bastion @@ -23,7 +23,7 @@ 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-cloud:!bkernel:!*composer*:!people*:!pkgs02*:!hosted03*:!*.stg.* + hosts: all:!buildvm-01.stg*:!fed-cloud0*:!builders:!persistent-cloud:!jenkins-master:!jenkins-slave:!bkernel:!*composer*:!people*:!pkgs02*:!hosted03*:!*.stg.* user: root serial: 75 gather_facts: False