We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3641f48 commit 0cd904fCopy full SHA for 0cd904f
ansible/filesystems.yml
@@ -20,11 +20,12 @@
20
- name: Setup Manila share mounts
21
hosts: manila
22
become: true
23
- environment: "{{ appliances_remote_environment_vars }}"
24
tags: manila
25
tasks:
26
- include_role:
27
name: stackhpc.os-manila-mount
+ tasks_from: "{{ item }}"
28
+ loop: "{{ ['lookup.yml', 'mount.yml'] if appliances_mode == 'configure' else ['main.yml'] }}"
29
30
- name: Setup Lustre clients
31
hosts: lustre
0 commit comments