summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorSamuli Silvius <s.silvius@partner.samsung.com>2019-02-18 07:39:27 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-18 07:39:27 +0000
commit315d2db59a284a3ca65a04415ded9cb7ca4ba338 (patch)
tree2bad31cbd16076d22fd11feac8b22087a2dde860 /ansible
parent9364aba8b263e5357f2bd5c660cdf0f505780e7a (diff)
parent89ee9e4bb3ea6d66dca3bc3afc96aa79b03ac9de (diff)
Merge "Fix site.yml playbook by removing the setup.yml"
Diffstat (limited to 'ansible')
-rw-r--r--ansible/site.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index db1281e1..0df534d0 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -1,10 +1,18 @@
---
#
# Master playbook to run offline installer.
-# Run this playbook e.g. with command: ./run_playbook.sh -e @application/application_configuration.yml
+# Run this playbook e.g. with command: ./run_playbook.sh -e @application/application_configuration.yml site.yml
#
-- import_playbook: setup.yml
+# the setup.yml playbook is excluded from this list for the following reasons:
+# 1. setup.yml playbook requires either already deployed ssh key or
+# --ask-pass argument to interactively distribute a new key, which may
+# be a redundant effort if you already secured passwordless login
+# 2. Also, the setup.yml playbook is not mandatory and can be replaced with
+# manual or semi-manual steps with ssh-copy-id command or other
+# 3. playbooks here are more or less batch jobs and the ssh authentication
+# is a precondition, which should be done during configuration of the
+# installer
- import_playbook: upload_resources.yml
- import_playbook: infrastructure.yml
- import_playbook: rancher_kubernetes.yml