diff --git a/playbooks/roles/ansible_sshfs b/playbooks/roles/ansible_sshfs new file mode 160000 index 0000000..0941d9e --- /dev/null +++ b/playbooks/roles/ansible_sshfs @@ -0,0 +1 @@ +Subproject commit 0941d9e9dc5336feef0c87d95d700c0854e94c14 diff --git a/playbooks/sshfs.yml b/playbooks/sshfs.yml new file mode 100644 index 0000000..325ce36 --- /dev/null +++ b/playbooks/sshfs.yml @@ -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/ + +