7e2db5362d
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
32 lines
645 B
ReStructuredText
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.
|