openstack-ansible-os_rally/README.rst
2016-03-24 17:13:47 -04:00

31 lines
557 B
ReStructuredText

OpenStack-Ansible Rally
#######################
:tags: openstack, rally, cloud, ansible
:category: \*nix
This Ansible role installs and configures OpenStack Rally.
Default Variables
=================
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Required Variables
==================
* rally_galera_address
* rally_galera_password
Example Playbook
================
.. code-block:: yaml
- name: Install Rally server
hosts: rally_all
user: root
roles:
- role: "os_rally"