This role installs the latest version of the S3CMD package using python PIP.
No special requirements, but note that this role requires root access, so either run it in a playbook with a global become: yes, or invoke the role in your playbook like:
- hosts: servers
roles:
- role: ansible-role-s3cmd
become: yes
Available variables are listed below, along with default values (see defaults/main.yml):
s3cmd_version: latest
None.
Install latest version:
- hosts: servers
become: yes
roles:
- ansible-role-s3cmd
Install specific version:
- hosts: servers
become: yes
roles:
- role: ansible-role-s3cmd
s3cmd_version: 1.6.1
BSD
This role was created in 2016 by Zoltán Müllner.