Ansible role to manage boto3
Go to file
Paul Belanger 0b42d9b4bb Enable windmill jobs
We can now properly gate on boto3 for windmill, to ensure nothing
breaks.

Depends-On: https://review.opendev.org/723915
Depends-On: https://review.opendev.org/724152
Change-Id: Ic8e3a65b84ab65ab84781351d5ae63f761fe0330
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-05-04 10:14:16 -04:00
defaults Add support for boto3_install_method: git 2020-05-04 10:14:07 -04:00
doc/source import of the role 2020-05-04 09:27:16 -04:00
meta import of the role 2020-05-04 09:27:16 -04:00
tasks Add support for boto3_install_method: git 2020-05-04 10:14:07 -04:00
templates/root/.aws import of the role 2020-05-04 09:27:16 -04:00
tests Add support for boto3_install_method: git 2020-05-04 10:14:07 -04:00
.gitignore Initial commit 2020-04-30 12:06:34 -04:00
.gitreview Added .gitreview 2020-04-30 14:33:02 +00:00
.yamllint Initial commit 2020-04-30 12:06:34 -04:00
.zuul.yaml Enable windmill jobs 2020-05-04 10:14:16 -04:00
LICENSE Initial commit 2020-04-30 12:06:34 -04:00
README.rst import of the role 2020-05-04 09:27:16 -04:00
bindep.txt Add support for testing roles 2020-05-04 10:13:13 -04:00
requirements.txt drop docker from requirements.txt 2020-04-30 15:11:35 -04:00
test-requirements.txt Initial commit 2020-04-30 12:06:34 -04:00
tox.ini Add ansible-lint support for playbooks 2020-05-04 10:12:59 -04:00

README.rst

ansible-role-boto3

Ansible role to install AWS's boto3 library

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