浏览代码

fixing the roles again

master
Erin Sims 2 年前
父节点
当前提交
390aec3e53
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. +7
    -7
      playbooks/sshfs.yaml

+ 7
- 7
playbooks/sshfs.yaml 查看文件

@@ -1,12 +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/
- 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/



正在加载...
取消
保存