소스 검색

working on changes, and debugging

master
Erin Sims 2 년 전
부모
커밋
86f84b9fea
2개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. +1
    -1
      playbooks/sshfs.service.j2
  2. +3
    -4
      playbooks/sshfs.yaml

+ 1
- 1
playbooks/sshfs.service.j2 파일 보기

@@ -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 파일 보기

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


불러오는 중...
취소
저장