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
added a role for sshfs i am lazy
master
Erin Sims
2 years ago
parent
598525a03a
commit
4c8ec0e771
2 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
playbooks/roles/ansible_sshfs
+12
-0
playbooks/sshfs.yml
+ 1
- 0
playbooks/roles/ansible_sshfs
@@ -0,0 +1 @@
Subproject commit 0941d9e9dc5336feef0c87d95d700c0854e94c14
+ 12
- 0
playbooks/sshfs.yml
View File
@@ -0,0 +1,12 @@
---
- hosts: mpdb
roles:
- ansible_sshfs
vars:
remote_media_directory: Directory where disk is mounted on the remote machine
ssh_username: sshfs
ssh_server: home.thrace-lan.info:2200
ssh_media_directory: /mnt/music/
server_loc: sshfs@home.thrace-lan.info:/pool/MUSIC/
Write
Preview
Loading…
Cancel
Save