Files
a9fd3214aaa6e698206aed964816514b83b27fd0
openstack-ansible-ops /bootstrap-embedded-ansible /README.rst

26 lines
695 B
ReStructuredText
Raw Normal View History

##################################
: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
`${HOME}/ansible_venv` if it does not already exist.
To leave the embedded ansible environment run the function `deactivate`.