Skip to content

ansible-davfs2 is an Ansible role to install and configure davfs2 mounts a debian based OS

License

Notifications You must be signed in to change notification settings

docuteam/ansible-role-davfs2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-davfs2

ansible-davfs2 is an Ansible role to install and configure davfs2 mounts a debian based OS

It performs:

  • installation of davfs2
  • disable lock in davfs2 configuration
  • manage secrets for davfs2 mount
  • mount davfs2 resources

Install

Clone

git clone https://github.com/lgaggini/ansible-davfs2.git

Configuration

The configuration is done by vars listed and explained in defaults/main.yml file.

Usage

- name: bootstrap an ubuntu cloud image for davfs2
  hosts: webserver
  vars_files:
    - group_vars/davfs2.yml

  roles:
    - { role: davfs2, tags: ['davfs2'] }

About

ansible-davfs2 is an Ansible role to install and configure davfs2 mounts a debian based OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published