diff options
author | 2019-02-13 14:03:58 +0000 | |
---|---|---|
committer | 2019-02-13 14:03:58 +0000 | |
commit | 59d5c325dcdd0f46be5ae15b683474578b13d98c (patch) | |
tree | 0f9ce46a95c0c077826ec48216b20a9b081c9d92 | |
parent | 5c3a653ff88783dfd8a69692ec95325c974c9af7 (diff) | |
parent | e687cc78156f03fc789e8581d89bbc58a599844f (diff) |
Merge "Master playbook for installation"
-rw-r--r-- | ansible/site.yml | 12 |
1 files changed, 12 insertions, 0 deletions
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 + |