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.
|
# 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
|