Skip to content

Commit

Permalink
update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
acjohnson committed Sep 3, 2020
1 parent d77aea9 commit 9927bbf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@ Simple ansible roles and playbooks I've created for various personal projects
Requirements
============

Create a virtualenv, you could use something like ``pyenv`` if you'd prefer

.. code-block:: bash
# virtualenv -p $(which python3) venv
# source venv/bin/activate
Install ansible

.. code-block:: bash
# pip install ansible
Install dependent roles

.. code-block:: bash
# ansible-galaxy install -r requirements.yml -p ./roles
Usage
*****

Expand Down

0 comments on commit 9927bbf

Please sign in to comment.