소스 검색

working on changes, and debugging

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

+ 3
- 4
playbooks/sshfs.yaml 파일 보기

@@ -33,14 +33,14 @@
owner: sshfs
group: sshfs
mode: '0700'
- name: copy ssh config
- name: copy ssh config
copy:
src: "./ssh-config"
dest: "/home/sshfs/.ssh/config"
owner: sshfs
group: sshfs
mode: '0700'
- name: "sshfs mount {{ item }}"
- name: "sshfs mount {{ item }}"
file:
path: "{{ localpath}}{{ item }}/"
state: directory
@@ -48,8 +48,7 @@
group: root
mode: '0777'
loop: "{{ share }}"
- name: "mount {{ item}}"
- name: "mount {{ item}}"
ansible.builtin.command: "/usr/bin/sshfs -o allow_root {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"
become_user: sshfs
loop: "{{ share }}"


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