An open API service indexing awesome lists of open source software.

https://github.com/amitgujar/myplaybooks

my custom anisble playbooks
https://github.com/amitgujar/myplaybooks

ansible ansible-galaxy ansible-playbook azure iac-managed

Last synced: about 1 month ago
JSON representation

my custom anisble playbooks

Awesome Lists containing this project

README

          

### How to use as role
- Refer to the ansible-galaxy link for more details.

### How to use docker image

- Create vm in default values then you can use latest tag.

``` docker run --env-file .env amitgujar/ansible ```

- Create vm using custom values then you can use alpha tag

``` docker run -it --env-file .env amitgujar/ansible:alpha ```

### Requirements

- The env file should follow this format

```
AZURE_SUBSCRIPTION_ID=
AZURE_CLIENT_ID=
AZURE_SECRET=
AZURE_TENANT=
SSH_PUBLIC_KEY=
```

### More options will be added in the future.