浏览代码

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 }}"

正在加载...
取消
保存