Transible Save

Convert existing cloud configuration to ansible playbooks

Project README

Transible

Convert existing cloud configuration to Ansible playbooks

In many infrastructure projects, dealing with existing cloud resources is a common scenario. Whether you've set up resources manually in your cloud provider's console or CLI, or used infrastructure as code tools like Terraform or AWS CloudFormation, Transible is here to help you adopt and manage those resources seamlessly.

Supported Cloud Providers

Transible currently supports OpenStack, Azure, and Amazon AWS. Please note that the product is still in development, with ongoing enhancements and additional cloud provider support planned.

Run for Openstack:

./transible.py --os-cloud my-cloud-name --from openstack --to ansible

where my-cloud-name is your cloud name in clouds.yaml

Run for Amazon AWS (make sure your credentials are in ~/.aws/config):

./transible.py --from aws --to ansible

Or specify the AWS profile as environment variable:

AWS_PROFILE=readonly ./transible.py --from aws --to ansible

Run for Azure:

./transible.py --from azure --to ansible

Demo

Trabsible Demo

Open Source Agenda is not affiliated with "Transible" Project. README Source: sshnaidm/transible

Open Source Agenda Badge

Open Source Agenda Rating