Ansible role -and standalone- to install and configure latest version of s3cmd (via pip).
Use it directly:
ansible-playbook ansible-latest-s3cmd.yml
Use role in a playbook:
- name: Ansible role to install and configure latest version of s3cmd (via pip).
hosts: s3cmd-servers
sudo: true
gather_facts: no
roles:
- ansible-latest-s3cmd
s3cmd:
- key: 'AWS_KEY'
- secret: 'AWS_SECRET'
None
Licensed under one of the following license: GPLv3, GPLv2, LGPLv2.