|
|
|
|
|
|
|
|
|
|
|
|
|
|
{%- if mount.enabled %} |
|
|
{%- if mount.enabled %} |
|
|
|
|
|
|
|
|
|
|
|
{%- if not mount.file_system in ['nfs'] %} |
|
|
|
|
|
|
|
|
mkfs_{{ mount.device}}: |
|
|
mkfs_{{ mount.device}}: |
|
|
cmd.run: |
|
|
cmd.run: |
|
|
- name: "mkfs.{{ mount.file_system }} -L {{ name }} {{ mount.device }}" |
|
|
- name: "mkfs.{{ mount.file_system }} -L {{ name }} {{ mount.device }}" |
|
|
|
|
|
|
|
|
- require_in: |
|
|
- require_in: |
|
|
- mount: {{ mount.path }} |
|
|
- mount: {{ mount.path }} |
|
|
|
|
|
|
|
|
|
|
|
{%- endif %} |
|
|
|
|
|
|
|
|
{{ mount.path }}: |
|
|
{{ mount.path }}: |
|
|
mount.mounted: |
|
|
mount.mounted: |
|
|
- device: {{ mount.device }} |
|
|
- device: {{ mount.device }} |