From e687cc78156f03fc789e8581d89bbc58a599844f Mon Sep 17 00:00:00 2001 From: Samuli Silvius Date: Tue, 12 Feb 2019 15:05:55 +0200 Subject: Master playbook for installation Create site.yml playbook as default way to run whole offline installer installation. It's mainly a document for a user about the intended order of the playbooks to run. Issue-ID: OOM-1645 Change-Id: I54640bf7d926c7c80be9bdb542683f0ba70a633f Signed-off-by: Samuli Silvius --- ansible/site.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ansible/site.yml diff --git a/ansible/site.yml b/ansible/site.yml new file mode 100644 index 00000000..db1281e1 --- /dev/null +++ b/ansible/site.yml @@ -0,0 +1,12 @@ +--- +# +# Master playbook to run offline installer. +# Run this playbook e.g. with command: ./run_playbook.sh -e @application/application_configuration.yml +# + +- import_playbook: setup.yml +- import_playbook: upload_resources.yml +- import_playbook: infrastructure.yml +- import_playbook: rancher_kubernetes.yml +- import_playbook: application.yml + -- cgit 1.2.3-korg