You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
465 B
24 lines
465 B
# Run this with "-f 20"
|
|
|
|
- hosts: 'zuul-merger:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-merger
|
|
tasks_from: graceful
|
|
|
|
- hosts: 'zuul-executor:!disabled'
|
|
serial: 6
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-executor
|
|
tasks_from: graceful
|
|
- include_role:
|
|
name: zuul-executor
|
|
tasks_from: start
|
|
|
|
- hosts: 'zuul-merger:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-merger
|
|
tasks_from: start
|