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

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

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
```