Browse Source

fixing the roles again

master
Erin Sims 2 years ago
parent
commit
390aec3e53
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      playbooks/sshfs.yaml

+ 7
- 7
playbooks/sshfs.yaml View File

@@ -1,12 +1,12 @@
--- ---
- hosts: mpdb - hosts: mpdb
roles: 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/
- role: 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/





Loading…
Cancel
Save