openstack-ansible-os_manila/doc/source/index.rst
Dmitriy Rabotyagov 0ea23558e7 Remove mention of haproxy-endpoints role
Role was never migrated to usage of haproxy-endpoints role
and included task was used instead the whole time.
With that to reduce complexity and to have unified approach, all mention
of the role and handler are removed from the code.

Change-Id: Ia04bd0a729100ed3f0bade9185b0703ce903635f
2022-06-15 17:01:41 +00:00

48 lines
1.0 KiB
ReStructuredText

=================================
Manila role for OpenStack-Ansible
=================================
This Ansible role installs and configures OpenStack manila.
The following manila services are managed by the role:
* manila_api
* manila_scheduler
* manila_share
* manila_data (untested)
.. toctree::
:maxdepth: 2
configure-manila.rst
To clone of view the source code for this repository, visit the role repository
for `os_manila <https://github.com/openstack/openstack-ansible-os_manila>`_.
Default variables
~~~~~~~~~~~~~~~~~
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Dependencies
~~~~~~~~~~~~
This role needs pip >= 7.1 installed on the target host.
Example playbook
~~~~~~~~~~~~~~~~
.. literalinclude:: ../../examples/playbook.yml
:language: yaml
Tags
~~~~
This role supports two tags: ``manila-install`` and ``manila-config``
The ``manila-install`` tag can be used to install and upgrade.
The ``manila-config`` tag can be used to maintain configuration of the
service.