3f8acefbe1
Change-Id: Ia8b10338fa3a1876993404276e0759f4b10d6b54
27 lines
509 B
YAML
27 lines
509 B
YAML
# Run this with "-f 20"
|
|
|
|
- hosts: 'zuul-scheduler:!disabled'
|
|
any_errors_fatal: true
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-scheduler
|
|
tasks_from: stop
|
|
|
|
- hosts: 'zuul-web:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-web
|
|
tasks_from: stop
|
|
|
|
- hosts: 'zuul-merger:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-merger
|
|
tasks_from: stop
|
|
|
|
- hosts: 'zuul-executor:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-executor
|
|
tasks_from: stop
|