Add ansible helper to Linux dev environment info

This adds instructions on how to use an Ansible playbook to
quickly get a working dev environment set up for Linux
environments as an alternative options to manually installing
packages

Change-Id: Ib9d932fca7002299537a1c0da4053a671ce3ccb1
This commit is contained in:
Sean McGinnis 2018-06-13 17:12:08 -05:00
parent b229a9aded
commit ac9a9343e6
1 changed files with 10 additions and 1 deletions

View File

@ -48,7 +48,16 @@ Linux Systems
.. note::
Feel free to add notes and change according to your experiences or operating system.
If you have Ansible and git installed on your system, you may be able to
get a working development environment quickly set up by running the
following:
.. code::
sudo ansible-pull -U https://github.com/stmcginnis/cinder-dev-setup
If that does not work for your system, continue on with the manual steps
below.
Install the prerequisite packages.