[ANSIBLE][MOLECULE] Skip checking packager cache cleaning idempotency
[oom/offline-installer.git] / ansible / application.yml
1 ---
2 - name: Setup nfs server
3   hosts: nfs-server
4   roles:
5     - role: nfs
6       when: groups.kubernetes | length > 1
7
8 - name: Setup nfs mounts
9   hosts: kubernetes:!nfs-server
10   roles:
11     - role: nfs
12       when: groups.kubernetes | length > 1
13
14 - name: Install Helm application {{ app_name }} into offline Kubernetes cluster
15   hosts: infrastructure
16   roles:
17     - application