openstack-ansible-ops/bootstrap-embedded-ansible/README.rst
Kevin Carter cad0efe3f7 Move the embedded ansible tools to its own subdir
The embedded ansible tooling has uses outside of the elk_metrics_6x
effort. This change moves the tools out so that they can be
updates/modified in an isolated work stream.

Change-Id: I4d9d067d464ac8fd0d1c8b3fdaa7f42480157fc4
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-10-08 16:50:45 +00:00

26 lines
692 B
ReStructuredText

Create an embedded Ansible runtime
##################################
:tags: embedded, ansible
About this repository
---------------------
The embedded ansible script will create an ansible runtime within the users home folder.
This ansible runtime will be within a virtual envrionment and have all of the plugins
required to run ansible standalone or in an OpenStack-Ansible compatible envrionment.
Usage
^^^^^
.. code-block:: bash
source bootstrap-embedded-ansible.sh
With the script sourced, the ansible enviornment will create a virtual environment at
`${HOME}/ansible25` if it does not already exist.
To leave the embedded ansible enviornment run the function `deactivate`.