S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3, or OpenStack.
s3ql_log_root
(string) - Directory for logss3ql_log_path
(string) - Path for log files3ql_mountpoint
(string) - Mountpoint for S3QLs3ql_authinfo_path
(string) - Location of auth files3ql_cache_path
(string) - Path for cache datas3ql_user
(string) - User to run S3QL ass3ql_group
(string) - Group to run S3QL ass3ql_bucket_name
(string) - Bucket Names3ql_access_key_id
(string) - Access Key ID for S3s3ql_secret_access_key
(string) - Secret Access Key for S3s3ql_encryption_enabled
(boolean) - Encrypt data before storing?s3ql_encryption_password
(string) - Password for encryption?
- hosts: servers
roles:
- role: colstrom.s3ql
s3ql_bucket_name: mybucketname
s3ql_mountpoint: /mnt/s3
- Chris Olstrom | e-mail | Twitter
- Aaron Pederson