bbc/ansible-aws-cli

Name: ansible-aws-cli

Owner: BBC

Description: Installs and configures the AWS CLI for conveniently interacting with AWS services such as S3.

Forked from: dstil/ansible-aws-cli

Created: 2016-10-03 15:07:14.0

Updated: 2016-08-01 21:04:29.0

Pushed: 2016-11-15 09:44:06.0

Homepage: null

Size: 7

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

AWS CLI role for Ansible

Installs and configures the AWS CLI for conveniently interacting with AWS services such as S3.

Requirements

Tested on Ubuntu 12.04 Server.

Role Variables

The default variables are as follows:

aws_output_format: 'json'
aws_region: 'ap-southeast-2'
aws_access_key_id: 'YOUR_ACCESS_KEY_ID'
aws_secret_access_key: 'YOUR_SECRET_ACCESS_KEY'
Example Playbook
- hosts: 'servers'
  roles:
    - role: 'ssilab.aws-cli'
      aws_output_format: 'json'
      aws_region: 'ap-southeast-2'
      aws_access_key_id: 'SUPER_SECRET_ACCESS_KEY_ID'   # Don't version this or put it on pastebin
      aws_secret_access_key: 'SUPER_SECRET_ACCESS_KEY'  # Ditto

License

This playbook is provided 'as-is' under the conditions of the BSD license. No fitness for purpose is guaranteed or implied.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.