From d4099a4ef976da696f7e116b8a826a115d6a5cf2 Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Sat, 10 Sep 2016 20:51:21 +0200 Subject: [PATCH] fix bootstrap * Make use of bootstrap_os variable * create ansible playbook for kargo-cli --- coreos-bootstrap.yml | 7 +++++++ ubuntu-bootstrap.yml | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 coreos-bootstrap.yml diff --git a/coreos-bootstrap.yml b/coreos-bootstrap.yml new file mode 100644 index 000000000..d548bac52 --- /dev/null +++ b/coreos-bootstrap.yml @@ -0,0 +1,7 @@ +--- +- hosts: all + gather_facts: False + roles: + - bootstrap-os + vars: + bootstrap_os: coreos diff --git a/ubuntu-bootstrap.yml b/ubuntu-bootstrap.yml index b6adf783d..6950db3bb 100644 --- a/ubuntu-bootstrap.yml +++ b/ubuntu-bootstrap.yml @@ -3,3 +3,5 @@ gather_facts: False roles: - ubuntu-bootstrap + vars: + bootstrap_os: ubuntu