X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible%2Fsite.yml;h=5308abf1340bd141cc3339d06195242148565df5;hb=c3af30561ac70e5758b3fce065cd7f248b1710d2;hp=0df534d09532e3fb376874a93d730dc287519976;hpb=3313c854585836ec97b72e2ff82d9ed4bf4ed710;p=oom%2Foffline-installer.git diff --git a/ansible/site.yml b/ansible/site.yml index 0df534d0..5308abf1 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -13,8 +13,11 @@ # 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: resources.yml - import_playbook: infrastructure.yml -- import_playbook: rancher_kubernetes.yml +- import_playbook: rke.yml +- import_playbook: nfs.yml +- import_playbook: kube_prometheus.yml + when: kube_prometheus_stack_enabled +- import_playbook: cert_manager.yml - import_playbook: application.yml -