fix bootstrap
* Make use of bootstrap_os variable * create ansible playbook for kargo-cli
This commit is contained in:
parent
2e386dfbdc
commit
d4099a4ef9
2 changed files with 9 additions and 0 deletions
7
coreos-bootstrap.yml
Normal file
7
coreos-bootstrap.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: False
|
||||
roles:
|
||||
- bootstrap-os
|
||||
vars:
|
||||
bootstrap_os: coreos
|
|
@ -3,3 +3,5 @@
|
|||
gather_facts: False
|
||||
roles:
|
||||
- ubuntu-bootstrap
|
||||
vars:
|
||||
bootstrap_os: ubuntu
|
||||
|
|
Loading…
Reference in a new issue