瀏覽代碼

working on changes, and debugging

master
Erin Sims 2 年之前
父節點
當前提交
2a25ca60d8
共有 1 個文件被更改,包括 9 次插入11 次删除
  1. +9
    -11
      playbooks/sshfs.yaml

+ 9
- 11
playbooks/sshfs.yaml 查看文件

@@ -5,14 +5,12 @@
ansible.builtin.user:
name: ssfs
- name: SSHFS
import_role:
name: 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/


- name: SSHFS
import_role:
name: 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…
取消
儲存