Skip to content

Latest commit

 

History

History

s3fs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

###This will help you mount an S3 bucket on ubuntu

###Variables needed

aws_access_key=
aws_secret_key=

###Example To install and configure s3fs

ansible-playbook -i inventory/hosts s3fs.yml -e "inventory=web-server bucket_name="

To install only s3fs

ansible-playbook -i inventory/hosts s3fs.yml -e "inventory=web-server bucket_name=" --skip-tags "s3fs-configuration"

To configure s3fs

ansible-playbook -i inventory/hosts s3fs.yml -e "inventory=web-server bucket_name=" --skip-tags "s3fs-installation"

Note bucket name is mandatory