Ansible repo for digital ocean projects
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
382 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. Options=_netdev,reconnect,ServerAliveInterval=30,ServerAliveCountMax=5,x-systemd.automount
  12. TimeoutSec=120
  13. Restart=on-failure