mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Don't run fasClient on jenkins-master and jenkins-slave
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user