mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Adjust run fasclient playbook a bit.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user