Skip to content

Instantly share code, notes, and snippets.

@jclaret
Created May 30, 2019 10:29
Show Gist options
  • Save jclaret/7af7895725a8cc0219e3a8c71d27aa5c to your computer and use it in GitHub Desktop.
Save jclaret/7af7895725a8cc0219e3a8c71d27aa5c to your computer and use it in GitHub Desktop.
Install molecule
$ git clone https://github.com/shudarshon/ansible_role.git
$ cd ansible_role/roles/tomcat
$ virtualenv --python=/usr/bin/python .venv
$ source .venv/bin/activate
$ pip install ansible
$ pip install molecule
$ pip install docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment