diff options
Diffstat (limited to 'ansible/application.yml')
-rw-r--r-- | ansible/application.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ansible/application.yml b/ansible/application.yml index 02c654f2..6647f3b3 100644 --- a/ansible/application.yml +++ b/ansible/application.yml @@ -1,16 +1,4 @@ --- -- name: Setup nfs server - hosts: nfs-server - roles: - - role: nfs - when: groups.kubernetes | length > 1 - -- name: Setup nfs mounts - hosts: kubernetes:!nfs-server - roles: - - role: nfs - when: groups.kubernetes | length > 1 - - name: Install Helm application {{ app_name }} into offline Kubernetes cluster hosts: infrastructure roles: |