https://github.com/telus/ansible-s3cmd
https://github.com/telus/ansible-s3cmd
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/telus/ansible-s3cmd
- Owner: telus
- License: mit
- Created: 2016-01-26T18:52:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:27:29.000Z (almost 4 years ago)
- Last Synced: 2023-03-01T13:56:44.006Z (over 3 years ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 1
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-s3cmd
[s3cmd](http://s3tools.org/s3cmd) a command line tool and client for uploading, retrieving and managing data in Amazon S3.
[](#)
[](https://travis-ci.org/telusdigital/ansible-s3cmd)
Tunables
--------
* ```s3cmd_aws_access_key``` (string) - AWS access key for s3cmd user.
* ```s3cmd_aws_secret_key``` (string) - AWS secret key for s3cmd user.
Dependencies
------------
* [telusdigital.apt-repository](https://github.com/telusdigital/ansible-apt-repository/)
Example Playbook
----------------
- hosts: servers
roles:
- role: telusdigital.s3cmd
License
-------
[MIT](https://tldrlegal.com/license/mit-license)
Contributors
------------
[Aaron Pederson](https://aaronpederson.github.io/) | [e-mail](mailto:aaron.pederson@gmail.com) | [Twitter](https://twitter.com/GunFuSamurai)