This is an Ansible role for installing awscli: https://github.com/aws/aws-cli. This role installs awscli using pip, sets up awscli's config file, and also enables auto completion for awscli commands.
pip (python-pip on Ubuntu/Debian) needs to be installed for this role to work.
- awscli_user: ubuntu
- awscli_group: ubuntu
- awscli_user_home: /home/ubuntu
None
See test/test.yaml
BSD