Don't run fasClient on jenkins-master and jenkins-slave

This commit is contained in:
Mikolaj Izdebski 2015-08-26 16:41:09 +00:00
parent 6e5a3d3aea
commit e5deb1df57

View file

@ -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