Ansible role to install and configure autofs.
None.
Many. See defaults/main.yml
None.
git submodule add https://git.sekoya.org/mb/autofs.git roles/autofs
- hosts: servers
roles:
- autofs
- hosts: servers
roles:
- role: autofs
when: autofs_mounts is defined
- hosts: servers
roles:
- { role: autofs, when: autofs_mounts is defined }
GPLv3