bastiaanvanassche.s3fs-fuse
Ansible Role: s3fs-fuse
This Ansible role helps you connect to an AWS S3 storage bucket using FUSE. It installs and sets up s3fs-fuse on RedHat/CentOS or Debian/Ubuntu Linux.
Requirements
You need an AWS account and an S3 bucket that already exists. It has been tested on Ubuntu versions 12.04, 14.04, 16.04 and CentOS 7.
Role Variables
Here are the available settings you can use, along with their default values:
s3fs_fuse_version
: "1.80"s3fs_fuse_access_key_id
:s3fs_fuse_secret_access_key
:s3fs_fuse_bucket
:s3fs_fuse_mount_point
: "/mnt/s3"s3fs_fuse_mount_point_permissions
: "0777"s3fs_fuse_url
: "http://s3.amazonaws.com"s3fs_fuse_option_flags
:- "allow_other"
- "nonempty"
Dependencies
There are no dependencies.
Example Playbook
Here’s an example of how to use this role in a playbook:
- hosts: all
roles:
- role: s3fs_fuse
s3fs_fuse_bucket: ansible-s3fs-fuse
s3fs_fuse_access_key_id: <your aws access key id>
s3fs_fuse_secret_access_key: <your aws secret access key>
License
This project is licensed under GPL v2.
Installa
ansible-galaxy install bastiaanvanassche.s3fs-fuse
Licenza
gpl-2.0
Download
673
Proprietario