Skip to content

Cloudify-PS/exl-poc

Repository files navigation

EXL

Work in progress sample blueprints/Terraform modules to provide as part of the EXL POC.

Blueprints

VPC

This blueprint creates a VPC in AWS.
See the README for more information.

EC2

This blueprint creates an EC2 instance in AWS.
See the README for more information.

Ansible Tower

This blueprint runs a job deploying a playbook from Ansible Tower.
See the README for more information.

Ansible Tower Revert Playbook

This blueprint runs a job deploying a playbook from Ansible Tower.
It creates a job_template with credentials and then runs the job.
An Ansible Playbook used for this job is by default a playbook that reverts changes introduced by Ansible Tower blueprint.
It deletes a file created by Ansible Tower blueprint on the EC2 instance.

EKS

This blueprint creates an EKS cluster with a single node group in AWS. See the README for more information.

VPC with Transit Gateway Attachment

This blueprint creates a VPC and then attaches it to an existing transit gateway (provided as an input). It also adds routes to the transit gateway for the specified CIDR block.

The blueprint makes use of two Terraform modules and manages the relationship between them: the VPC module (in ./vpc) and the TGW Attachment module (in ./tgw-attachment)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published