X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ansible%2Fapplication.yml;h=02c654f24d553a9ce05c322fac5b94d569327a2b;hb=dc387a0b6ca22b2c30830e7564d3af967ee80ebc;hp=bbac7e5c894da045ff8794f870c46ee58016135a;hpb=1af97d99588c00f5d226495e14def372beb04a0d;p=oom%2Foffline-installer.git diff --git a/ansible/application.yml b/ansible/application.yml index bbac7e5c..02c654f2 100644 --- a/ansible/application.yml +++ b/ansible/application.yml @@ -2,22 +2,16 @@ - name: Setup nfs server hosts: nfs-server roles: - - {role: nfs, when: groups.kubernetes | length > 1 } + - role: nfs + when: groups.kubernetes | length > 1 - name: Setup nfs mounts hosts: kubernetes:!nfs-server roles: - - {role: nfs, when: groups.kubernetes | length > 1 } + - role: nfs + when: groups.kubernetes | length > 1 - name: Install Helm application {{ app_name }} into offline Kubernetes cluster hosts: infrastructure roles: - - role: application-install - vars: - phase: pre-install - - role: application-install - vars: - phase: install - - role: application-install - vars: - phase: post-install + - application