Ansible role to manage boto3
deb251b167
This brings the role inline with other windmill roles. Change-Id: I18b1d386463f520d781711ce9fee2f3c2e8e6d81 Signed-off-by: Paul Belanger <pabelanger@redhat.com> |
||
---|---|---|
defaults | ||
doc/source | ||
meta | ||
tasks | ||
templates/root/.aws | ||
tests | ||
.gitignore | ||
.gitreview | ||
.yamllint | ||
.zuul.yaml | ||
bindep.txt | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |
ansible-role-boto3
Ansible role to install AWS's boto3 library
- License: Apache License, Version 2.0
- Documentation: https://ansible-role-boto3.readthedocs.org
- Source: https://git.openstack.org/cgit/openstack/ansible-role-boto3
- Bugs: https://bugs.launchpad.net/ansible-role-boto3
Description
AWS's boto3 is a simple client library for operating AWS.
Requirements
See bindep.txt for role dependencies.
Packages
Package repository index files should be up to date before using this role, we do not manage them.
Role Variables
Dependencies
Example Playbook
- name: Install AWS's Boto3 lib
hosts: nodepool
roles:
- ansible-role-boto3