Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sshnaidm committed Dec 13, 2023
1 parent afea08d commit b1fc71d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Transible

Convert existing cloud configuration to ansible playbooks
Currently Openstack and Amazon AWS are supported only and the product is under development
## 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:

Expand All @@ -23,6 +27,12 @@ Or specify the AWS profile as environment variable:
AWS_PROFILE=readonly ./transible.py --from aws --to ansible
```

Run for Azure:

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

## Demo

![Trabsible Demo](https://github.com/sshnaidm/transible/raw/master/transible-demo.gif)

0 comments on commit b1fc71d

Please sign in to comment.