transible
transible copied to clipboard
Convert existing cloud configuration to ansible playbooks
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