Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 693 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 693 Bytes

Ansible s3cmd role/standalone

Ansible role -and standalone- to install and configure latest version of s3cmd (via pip).

Using

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

Variables

s3cmd:
  - key: 'AWS_KEY'
  - secret: 'AWS_SECRET'

Dependencies

None

License

Licensed under one of the following license: GPLv3, GPLv2, LGPLv2.

Maintainer

Hobsons