Procházet zdrojové kódy

working on changes, and debugging

master
Erin Sims před 2 roky
rodič
revize
2a25ca60d8
1 změnil soubory, kde provedl 9 přidání a 11 odebrání
  1. +9
    -11
      playbooks/sshfs.yaml

+ 9
- 11
playbooks/sshfs.yaml Zobrazit soubor

@@ -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/

Načítá se…
Zrušit
Uložit