add AWS support

Depends on ansible-role-boto3 to install and configure the lib.

Depends-On: Id2cd819def3e83f92fcd8126a74aa19690dcf4c8

Change-Id: If66d975dedac16ba46522ab8183a7d6cff35d3d3
This commit is contained in:
Gonéri Le Bouder 2020-04-28 10:33:29 -04:00
parent 57cd9d06cc
commit 1c14b66462
No known key found for this signature in database
GPG Key ID: 049ED9B94765572E
3 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,7 @@
post-run: tests/playbooks/post.yaml
required-projects:
- windmill/ansible-role-ansible
- windmill/ansible-role-boto3
- windmill/ansible-role-diskimage-builder
- windmill/ansible-role-gear
- windmill/ansible-role-logrotate

View File

@ -60,6 +60,10 @@
include_role:
name: windmill.openstacksdk
- name: Setup windmill.boto3 role
include_role:
name: windmill.boto3
- name: Setup windmill.nodepool role
include_role:
name: windmill.nodepool

View File

@ -1,4 +1,7 @@
---
- name: windmill.boto3
src: git+https://opendev.org/windmill/ansible-role-boto3
- name: windmill.diskimage-builder
src: git+https://opendev.org/windmill/ansible-role-diskimage-builder