Adjust run fasclient playbook a bit.
This commit is contained in:
parent
b77b40ff2c
commit
7016126b11
1 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,12 @@
|
|||
# Run `fasClient` on all hosts, 3 hosts at a time
|
||||
# Run `fasClient` on all hosts, N hosts at a time
|
||||
#
|
||||
# We exclude builders, persistent-cloud and jenkins-cloud as they don't have fasclient
|
||||
#
|
||||
|
||||
- name: run fasClient
|
||||
hosts: all
|
||||
hosts: all:!builders:!persistent-cloud:!jenkins-cloud:!bkernel
|
||||
user: root
|
||||
serial: 15
|
||||
serial: 20
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue