Don't run fasClient on jenkins-master and jenkins-slave
This commit is contained in:
parent
6e5a3d3aea
commit
e5deb1df57
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue