Ansible repo for digital ocean projects
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 rivejä
292 B

  1. [Unit]
  2. Description="SSHFS Daemon"
  3. After=network-online.target
  4. Wants=network-online.target
  5. [Install]
  6. WantedBy=default.target
  7. [Mount]
  8. Type=fuse.sshfs
  9. What={{ [username,'@',hostname,':',remotepath,item,'/' ]|join() }}
  10. Where={{[ localpath,item,'/']|join() }}
  11. RestartSec=20
  12. Restart=on-failure