Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`