Created
May 30, 2019 10:29
-
-
Save jclaret/7af7895725a8cc0219e3a8c71d27aa5c to your computer and use it in GitHub Desktop.
Install molecule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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