From 0ce5093edecd24e6a9fa33bce3546a590c09b30c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 22 Feb 2015 22:15:13 +0000 Subject: [PATCH] Exclude stg too since we are only listening on prod anyhow. Up limits to 75. --- 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 d8a1ea2ff4..da855ee669 100644 --- a/playbooks/run_fasClient.yml +++ b/playbooks/run_fasClient.yml @@ -23,9 +23,9 @@ 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* + hosts: all:!buildvm-01.stg*:!fed-cloud0*:!builders:!persistent-cloud:!jenkins-cloud:!bkernel:!*composer*:!people*:!pkgs02*:!hosted03*:!*.stg.* user: root - serial: 50 + serial: 75 gather_facts: False tasks: