openstack-ansible-os_swift/doc/source/index.rst
Jean-Philippe Evrard 7e2db5362d Bring consistency to tags
Some tags were not applied on the highest level and forced duplication.
We apply here our practices to have role_name-(config|install) [1].

[1]: http://docs.openstack.org/developer/openstack-ansible/developer-docs/contribute.html#ansible-style-guide

Change-Id: I1cfb335307bc63e6c962c8bdbcb420b03c10f531
2017-01-13 13:44:06 +00:00

32 lines
645 B
ReStructuredText

================================
Swift role for OpenStack-Ansible
================================
.. toctree::
:maxdepth: 2
configure-swift.rst
Default Variables
^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../defaults/main.yml
:language: yaml
:start-after: under the License.
Example Playbook
^^^^^^^^^^^^^^^^
.. literalinclude:: ../../examples/playbook.yml
:language: yaml
Tags
^^^^
This role supports two tags: ``swift-install`` and ``swift-config``.
The ``swift-install`` tag can be used to install the software.
The ``swift-config`` tag can be used to maintain configuration of the
service, and do runtime operations.