Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lean-delivery/ansible-molecule-drivers
Molecule drivers for cloud providers
https://github.com/lean-delivery/ansible-molecule-drivers
ansible aws azure docker molecule molecule-drivers
Last synced: about 1 month ago
JSON representation
Molecule drivers for cloud providers
- Host: GitHub
- URL: https://github.com/lean-delivery/ansible-molecule-drivers
- Owner: lean-delivery
- License: apache-2.0
- Created: 2019-02-21T21:12:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T16:26:45.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T07:11:44.856Z (almost 2 years ago)
- Topics: ansible, aws, azure, docker, molecule, molecule-drivers
- Size: 86.9 KB
- Stars: 13
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-molecule-drivers
==========================[![License](https://img.shields.io/badge/license-Apache-green.svg?style=flat)](https://raw.githubusercontent.com/lean-delivery/ansible-molecule-drivers/master/LICENSE)
[![Build Status](https://gitlab.com/lean-delivery/ansible-molecule-drivers/badges/master/build.svg)](https://gitlab.com/lean-delivery/ansible-molecule-drivers/pipelines)Molecule drivers for cloud providers
Currently the list of included drivers is the following:
* AWS
* AZURE
* EPC
* WINRM## AWS
AWS driver playbooks are set to be used in AWS environment for molecule tests executed by gitlab-runner.
They support scenarios for both Linux and Windows instances accessed through SSH or WinRM.
Gitlab-runner with tag `aws` required to run these tests.
## AZURE
Azure driver playbooks are set to be used in Azure environment for molecule tests executed by gitlab-runner.
They support scenarios for both Linux and Windows instances accessed through SSH or WinRM.
Gitlab-runner with tag `azure` required to run these tests.
## WINRM (Deprecated)
WINRM driver playbooks are set to be used in AWS environment for the same purpose as above for Windows instances.
But they use another connection transport - WinRM, thus separate driver is required to run molecule tests.
You need molecule not earlier than version 2.20 to be able to run such tests.
Gitlab-runner with tag `aws` required to run these tests.
## EPC
EPC driver playbooks are required to run molecule test within EPAM Cloud using internal EPC cloud modules.
These tests can be run only using private gitlab-runner with tag `delegated`.