tonytan4ever 27aeb36389 Parameterize ansible version in embedded runtime
Change-Id: Ie880e10d4915c06d86084b60cbb8d994d5d9965d
2018-10-24 14:19:19 -04:00

26 lines
708 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}/ansible${ANSIBLE_VERSION}` if it does not already exist.
To leave the embedded ansible enviornment run the function `deactivate`.