4e34803b1e
It actually slows down things dramatically when used in combination with Ansible.
11 lines
No EOL
233 B
YAML
11 lines
No EOL
233 B
YAML
---
|
|
- include: bootstrap-ubuntu.yml
|
|
when: bootstrap_os == "ubuntu"
|
|
|
|
- include: bootstrap-coreos.yml
|
|
when: bootstrap_os == "coreos"
|
|
|
|
- include: bootstrap-centos.yml
|
|
when: bootstrap_os == "centos"
|
|
|
|
- include: setup-pipelining.yml |