b6cbb52447
So we can stop/pull/start, move the pull tasks to their own files and add a playbook that invokes them. Change-Id: I4f351c1d28e5e4606e0a778e545a3a805525ac71
24 lines
469 B
YAML
24 lines
469 B
YAML
# Run this with "-f 20"
|
|
|
|
- hosts: 'zuul-scheduler:!disabled'
|
|
any_errors_fatal: true
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-scheduler
|
|
tasks_from: pull
|
|
- include_role:
|
|
name: zuul-web
|
|
tasks_from: pull
|
|
|
|
- hosts: 'zuul-merger:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-merger
|
|
tasks_from: pull
|
|
|
|
- hosts: 'zuul-executor:!disabled'
|
|
tasks:
|
|
- include_role:
|
|
name: zuul-executor
|
|
tasks_from: pull
|