fix bootstrap

* Make use of bootstrap_os variable
 * create ansible playbook for kargo-cli
This commit is contained in:
Florian Ludwig 2016-09-10 20:51:21 +02:00
parent 2e386dfbdc
commit d4099a4ef9
2 changed files with 9 additions and 0 deletions

7
coreos-bootstrap.yml Normal file
View file

@ -0,0 +1,7 @@
---
- hosts: all
gather_facts: False
roles:
- bootstrap-os
vars:
bootstrap_os: coreos

View file

@ -3,3 +3,5 @@
gather_facts: False gather_facts: False
roles: roles:
- ubuntu-bootstrap - ubuntu-bootstrap
vars:
bootstrap_os: ubuntu