ansible_davfs2
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
Install
ansible-galaxy install lgaggini/ansible-davfs2
License
gpl-3.0
Downloads
32
Owner
I enjoy the operations side of my work but I don't dislike to write tools and scripts, especially in Bash and Python.