https://github.com/mujahidk/ansible-ide
Ansible Development Environment with AWS CLI and other Tools
https://github.com/mujahidk/ansible-ide
ansbile docker-image python27 zsh
Last synced: 3 months ago
JSON representation
Ansible Development Environment with AWS CLI and other Tools
- Host: GitHub
- URL: https://github.com/mujahidk/ansible-ide
- Owner: mujahidk
- License: mit
- Created: 2020-05-13T21:34:25.000Z (about 6 years ago)
- Default Branch: latest
- Last Pushed: 2022-09-23T15:26:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T07:42:09.670Z (over 1 year ago)
- Topics: ansbile, docker-image, python27, zsh
- Language: Vim script
- Homepage: https://hub.docker.com/r/mjdk/ansible-ide
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible IDE
> Ansible Development Environment with AWS CLI and other Tools
## Python - **3.7.10**
```
python --version
```
## Ansible - latest
```
ansible --version
```
## Run Docker container
```bash
docker run -it --rm -v "$PWD":/ansible/code -w /ansible/code mjdk/ansible-ide bash
```