Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 435 Bytes

setup_ansible_dev_env

Very basic setup of an Ansible development environment for Debian/Ubuntu.

The shellscript will create a python-venv, install Ansible and molecule in it and initialize a git-repo.

Clone this repo to where you want to setup your dev-environment for Ansible and run the shellscript:

$ git clone https://github.com/markgraf/setup_ansible_dev_env.git MyAwesomeAnsibleProject
$ ./setup_ansible_dev_env.sh