system-config/playbooks/zuul_start.yaml
James E. Blair 3f8acefbe1 Run zuul-web on zuul01 and add to load balancer
Change-Id: Ia8b10338fa3a1876993404276e0759f4b10d6b54
2022-03-04 13:11:09 -08:00

26 lines
488 B
YAML

# 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