Ansible Role for mount point initialization.
This role require Ansible 2.0 or higher.
This role was designed for Ubuntu Server 14.04 LTS and Ubuntu Server 16.04 LTS.
parameter | required | default | choices | comments |
---|---|---|---|---|
mount | yes | defaults/main.yml | Mount points option. |
No additional role dependencies.
- hosts: all
roles:
- role: hswong3i.mount
- Wong Hoi Sing Edison