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"
|
|
|
|
|
2017-02-24 21:41:27 +00:00
|
|
|
- include: setup-pipelining.yml
|
|
|
|
|
|
|
|
- name: check if atomic host
|
|
|
|
stat:
|
|
|
|
path: /run/ostree-booted
|
|
|
|
register: ostree
|
|
|
|
|
|
|
|
- set_fact:
|
|
|
|
is_atomic: "{{ ostree.stat.exists }}"
|