This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Thrace-lan.info
/
ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
working on changes, and debugging
master
Erin Sims
2 years ago
parent
475e34fa49
commit
19001ad1d8
1 changed files
with
10 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-1
playbooks/davfs.yaml
+ 10
- 1
playbooks/davfs.yaml
View File
@@ -39,7 +39,16 @@
- name: Install davfs on hosts
apt:
name: davfs2
state: latest
state: latest
- name: davfs mount
file:
path: "/media/MUSIC/"
state: directory
owner: root
group: root
mode: '0777'
notify:
- Restart DAVFS
- name: setup service davfs on host
template:
src: davfs.service.j2
Write
Preview
Loading…
Cancel
Save