s3fs

s3fs

Ansible role to install s3fs, a FUSE-based file system backed by Amazon S3. This is based on Pierre Buyle's repo available here: https://github.com/FloeDesignTechnologies/ansible-s3fs. It is for yum-based repos (like Redhat), unlike Pierre's.

Role Variables

  • s3fs_version: s3fs version to install, defaults to 1.79.
  • s3fs_install_prefix: Install prefix, defaults to /usr.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
    - calphool.s3fs

License

Apache v2

Author Information

Joe Rounceville jrounceville@hotmail.com

About

s3fs role for yum-based distros

Install
ansible-galaxy install holmesb/ansible-s3fs
GitHub repository
License
apache-2.0
Downloads
33
Owner