Do not force new key (not supported in FreeBSD 11). Add mount to mount.
This commit is contained in:
parent
fddb6e4b96
commit
4661e114eb
@ -13,4 +13,4 @@
|
|||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: SSH Key | Root | Copy to 1337
|
- name: SSH Key | Root | Copy to 1337
|
||||||
shell: ssh-copy-id -f -i /root/.ssh/id_rsa ling@leet
|
shell: ssh-copy-id -i /root/.ssh/id_rsa ling@leet
|
@ -13,3 +13,6 @@
|
|||||||
block: |
|
block: |
|
||||||
ling@leet: /mnt/leet fuse.sshfs defaults,_netdev,allow_other,delay_connect 0 0
|
ling@leet: /mnt/leet fuse.sshfs defaults,_netdev,allow_other,delay_connect 0 0
|
||||||
backup: yes
|
backup: yes
|
||||||
|
|
||||||
|
- name: Mounts | Mount All
|
||||||
|
shell: mount -a
|
Loading…
x
Reference in New Issue
Block a user