system-config/playbooks/nodepool_start.yaml

15 lines
301 B
YAML

# Run this with "-f 20"
- hosts: 'nodepool-builder:!disabled'
tasks:
- include_role:
name: nodepool-builder
tasks_from: start
- hosts: 'nodepool-launcher:!disabled'
any_errors_fatal: true
tasks:
- include_role:
name: nodepool-launcher
tasks_from: start