summaryrefslogtreecommitdiffstats
path: root/ansible/application.yml
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-06-11 13:16:10 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-06-11 13:16:10 +0200
commitcacb2eb304fffa0d42afa92891b77130882de7b6 (patch)
tree4fe2c47cb4bc96a20839e8b0d24cdfc193fc267b /ansible/application.yml
parent5f644b97f6a309a37a5a94e0cee8898491004843 (diff)
[ANSIBLE] Add 'nfs' playbook
NFS server and mount is extracted into its own playbook. It has to be provisioned before kube-prometheus stack. Change-Id: I98942db4bcd7b16565d27f13d9a034b987467a61 Issue-ID: INT-1926 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/application.yml')
-rw-r--r--ansible/application.yml12
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: