DCD-880: Create role to run slingshot and implement task to install

slingshot on amazon linux
This commit is contained in:
Ben Partridge
2020-01-03 11:33:54 +11:00
parent 051afc7c09
commit e7de5baff7
7 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
*******
Docker driver installation guide
*******
Requirements
============
* Docker Engine
Install
=======
Please refer to the `Virtual environment`_ documentation for installation best
practices. If not using a virtual environment, please consider passing the
widely recommended `'--user' flag`_ when invoking ``pip``.
.. _Virtual environment: https://virtualenv.pypa.io/en/latest/
.. _'--user' flag: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site
.. code-block:: bash
$ pip install 'molecule[docker]'