Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 298 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 298 Bytes

Ansible IDE

Ansible Development Environment with AWS CLI and other Tools

Python - 3.7.10

python --version

Ansible - latest

ansible --version

Run Docker container

docker run -it --rm -v "$PWD":/ansible/code -w /ansible/code mjdk/ansible-ide bash