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
- Host: GitHub
- URL: https://github.com/amitgujar/myplaybooks
- Owner: AmitGujar
- Created: 2023-11-07T20:11:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T12:27:11.000Z (over 2 years ago)
- Last Synced: 2025-05-04T14:09:10.044Z (about 1 year ago)
- Topics: ansible, ansible-galaxy, ansible-playbook, azure, iac-managed
- Language: Shell
- Homepage: https://galaxy.ansible.com/ui/repo/published/amitgujar0/azure_resources_custom/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.