Files
openstack-ansible-os_keystone/readme.rst
Kevin Carter 7d4cc4a217 Updated role to be an independent role
This change makes it so that the OS_keystone role is an independent
role and can be installed / tested stand-alone.

Implements: blueprint independent-role-repositories
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-02-26 14:13:43 -06:00

23 lines
454 B
ReStructuredText

os_keystone role
#############
:tags: openstack, cloud, ansible, os_keystone
:category: \*nix
os_keystone Role
.. code-block:: yaml
- name: os_keystone role
hosts: "hosts"
user: root
roles:
- { role: "os_keystone" }
Note. The template role has the template name within it. Please change the name
throughout the code base.
.. code-block:: bsah
find . -type f -exec sed -i 's/os_keystone/CHANGE_ME_PLEASE/g' {} \;