|
|
|
|
|
|
|
|
- fstype: {{ mount.file_system }} |
|
|
- fstype: {{ mount.file_system }} |
|
|
- mkmnt: True |
|
|
- mkmnt: True |
|
|
- opts: {{ mount.get('opts', 'defaults,noatime') }} |
|
|
- opts: {{ mount.get('opts', 'defaults,noatime') }} |
|
|
{%- if mount.file_system == 'xfs' %} |
|
|
|
|
|
- dump: {{ mount.dump|default('0', true) }} |
|
|
- dump: {{ mount.dump|default('0', true) }} |
|
|
- pass_num: {{ mount.pass_num|default('0', true) }} |
|
|
- pass_num: {{ mount.pass_num|default('0', true) }} |
|
|
|
|
|
{%- if mount.file_system == 'xfs' %} |
|
|
- require: |
|
|
- require: |
|
|
- pkg: xfs_packages_{{ mount.device }} |
|
|
- pkg: xfs_packages_{{ mount.device }} |
|
|
{%- endif %} |
|
|
{%- endif %} |