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.
26 lines
488 B
26 lines
488 B
# Run this with "-f 20"
|
|
|
|
- hosts: 'zuul-scheduler:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-scheduler
|
|
tasks_from: start
|
|
|
|
- hosts: 'zuul-web:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-web
|
|
tasks_from: start
|
|
|
|
- hosts: 'zuul-merger:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-merger
|
|
tasks_from: start
|
|
|
|
- hosts: 'zuul-executor:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-executor
|
|
tasks_from: start
|