2016-09-06 14:04:41 +00:00
|
|
|
---
|
2016-09-07 18:19:46 +00:00
|
|
|
- include: bootstrap-ubuntu.yml
|
|
|
|
when: bootstrap_os == "ubuntu"
|
|
|
|
|
2016-09-06 14:04:41 +00:00
|
|
|
- include: bootstrap-coreos.yml
|
2016-12-09 09:38:45 +00:00
|
|
|
when: bootstrap_os == "coreos"
|
|
|
|
|
2016-12-07 16:16:06 +00:00
|
|
|
- include: bootstrap-centos.yml
|
|
|
|
when: bootstrap_os == "centos"
|
|
|
|
|
|
|
|
- include: setup-pipelining.yml
|