Ansible repo for digital ocean projects
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

main.yml 242 B

123456789101112131415
  1. ---
  2. galaxy_info:
  3. author: Amrit Singh
  4. description: Ansible role for mounting SSHFS
  5. license: Apache
  6. min_ansible_version: 1.4
  7. platforms:
  8. - name: Ubuntu
  9. versions:
  10. - all
  11. categories:
  12. - web
  13. - sshfs
  14. - ec2
  15. dependencies: []