Przeglądaj źródła

working on changes, and debugging

master
Erin Sims 2 lat temu
rodzic
commit
86f84b9fea
2 zmienionych plików z 4 dodań i 5 usunięć
  1. +1
    -1
      playbooks/sshfs.service.j2
  2. +3
    -4
      playbooks/sshfs.yaml

+ 1
- 1
playbooks/sshfs.service.j2 Wyświetl plik

@@ -4,6 +4,6 @@ After=network.target sound.target

[Service]
Type=simple
ExecStart=/usr/bin/sshfs -o allow_root "{{ [username,'@',hostname,':',localpath,item'/',' ',remotepath,item'/' ]|join() }}"
ExecStart=/usr/bin/sshfs -p "{{sshfsport }}" -o allow_root "{{ [username,'@',hostname,':',localpath,item'/',' ',remotepath,item'/' ]|join() }}"
Restart=on-failure


+ 3
- 4
playbooks/sshfs.yaml Wyświetl plik

@@ -7,10 +7,9 @@
- 'MOVIES'
localpath: '/mnt/'
remotepath: '/pool/'

hostname: home.thrace-lan.info
username: sshfs
sshfsport: 2200
hostname: home.thrace-lan.info
username: sshfs
sshfsport: 2200
- name: sshfs
ansible.builtin.user:
name: ssfs


Ładowanie…
Anuluj
Zapisz