소스 검색

working on changes, and debugging

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

+ 5
- 5
playbooks/sshfs.yaml 파일 보기

@@ -34,7 +34,7 @@
group: sshfs
mode: '0700'
notify:
- name: SSHFS
- SSHFS
- name: copy ssh config
copy:
src: "./ssh-config"
@@ -43,7 +43,7 @@
group: sshfs
mode: '0700'
notify:
- name: SSHFS
- SSHFS
- name: "sshfs mount {{ item }}"
file:
path: "{{ localpath}}{{ item }}/"
@@ -53,7 +53,7 @@
mode: '0777'
loop: "{{ share }}"
notify:
- name: SSHFS
- SSHFS
- name: setup service sshfs
template:
src: sshfs.service.j2
@@ -63,7 +63,7 @@
group: root
loop: "{{ share }}"
notify:
- name: SSHFS
- SSHFS
- name: "sshfs {{ item }} service start"
systemd:
name: "sshfs-{{ item }}"
@@ -75,6 +75,6 @@
handlers:
- name: SSHFS
ansible.builtin.service:
name: sshfs {{ item }} service start"
name: sshfs {{ item }} service restart"
state: restarted
loop: "{{ share }}"

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