Ansible repo for digital ocean projects
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12345678910111213141516171819202122232425262728293031
  1. # ansible_sshfs
  2. Ansible role for mounting SSHFS
  3. Role Variables
  4. --------------
  5. Following variables need to be defined:
  6. - remote_media_directory: Directory where disk is mounted on the remote machine
  7. - ssh_username
  8. - ssh_server: IP of the remote machine
  9. - ssh_media_directory: Directory where SSHFS will be mounted
  10. - server_loc: eg. <user>@<ip>:<"directory where disk is mounted on the remote machine">
  11. Note: There are no default values for the above mentioned variables.
  12. Dependencies
  13. ------------
  14. This package has no dependencies on modules not included with Ansible by default.
  15. License
  16. -------
  17. Apache
  18. Author Information
  19. ------------------
  20. Created by Amrit Singh
  21. https://www.twitter.com/_amrit_