Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtower/ansible-ftpfs-mount
Ansible role to mount a FTP site on filesystem using curlftpfs.
https://github.com/wtower/ansible-ftpfs-mount
ansible-role ftpfs-mount
Last synced: 2 days ago
JSON representation
Ansible role to mount a FTP site on filesystem using curlftpfs.
- Host: GitHub
- URL: https://github.com/wtower/ansible-ftpfs-mount
- Owner: Wtower
- License: bsd-3-clause
- Created: 2016-02-11T15:58:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T15:59:40.000Z (almost 9 years ago)
- Last Synced: 2024-12-22T13:31:52.321Z (about 1 month ago)
- Topics: ansible-role, ftpfs-mount
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
ftpfs-mount
===========Ansible role to mount a FTP site on filesystem using curlftpfs.
Add the role `ftpfs-mount`.
Variables:
- `ftp_mount_dir`: The directory on which to mount FTP
- `ftp_conn`: An FTP connection string, or alternatively:
- `ftp_user`
- `ftp_pass`
- `ftp_host`
- `ftp_path`