Skip to content

mbocquet/autofs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autofs

Ansible role to install and configure autofs.

Requirements

None.

Role Variables

Many. See defaults/main.yml

Dependencies

None.

Install this roles as submodule of an existing GIT repository

git submodule add https://git.sekoya.org/mb/autofs.git roles/autofs

Example Playbook

- hosts: servers
  roles:
     - autofs


- hosts: servers
  roles:
     - role: autofs
       when: autofs_mounts is defined


- hosts: servers
  roles:
     - { role: autofs, when: autofs_mounts is defined }

License

GPLv3

Author Information

http://www.sekoya.org

About

Ansible role to install and configure autofs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages