|
@@ -55,7 +55,7 @@ |
|
|
notify: |
|
|
notify: |
|
|
- SSHFS |
|
|
- SSHFS |
|
|
- name: "mount {{ item}}" |
|
|
- name: "mount {{ item}}" |
|
|
ansible.builtin.command: /usr/bin/sshfs "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }} -o IdentityFile=/home/sshfs/.ssh/sshfs-key,allow_other,reconnect" |
|
|
|
|
|
|
|
|
ansible.builtin.command: /usr/bin/sshfs "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}" |
|
|
loop: "{{ share }}" |
|
|
loop: "{{ share }}" |
|
|
handlers: |
|
|
handlers: |
|
|
- name: SSHFS |
|
|
- name: SSHFS |
|
|