Skip to content

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

Notifications You must be signed in to change notification settings

aabouzaid/ansible-latest-s3cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Ahmed AbouZaid

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published