2
0
Fork 0
This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible.mounts/defaults/main.yml

12 lines
322 B
YAML
Raw Permalink Normal View History

2017-07-21 14:48:43 +02:00
---
# defaults file for mounts
mounts_list: []
# - name: /mnt/storage
# src: 'nfs-share.domain.org:/mnt/share'
# fstype: nfs4
# opts: 'defaults,x-systemd.automount,x-systemd.device-timeout=2,x-systemd.idle-timeout=1min,noatime,noauto'
# state: mounted
2017-07-21 15:20:07 +02:00
mounts_opts: 'defaults,noatime'
mounts_state: 'present'