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.
24 lines
628 B
24 lines
628 B
- hosts: nodepool-builder:!disabled
|
|
name: "Configure nodepool builders"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- nodepool-base
|
|
- configure-openstacksdk
|
|
- nodepool-builder
|
|
|
|
- hosts: nodepool-launcher:!disabled
|
|
name: "Configure nodepool launchers"
|
|
# The nodepool-launcher role will restart launchers if new container
|
|
# images are available. Run serially to ensure we don't kill the entire
|
|
# cluster if something is terribly wrong.
|
|
serial: 1
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- nodepool-base
|
|
- configure-openstacksdk
|
|
- configure-kubectl
|
|
- nodepool-launcher
|