Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sigmavirus24/openstack-ansible-searchlight

An Ansible Galaxy role for deploying OpenStack's Searchlight service with OpenStack Ansible
https://github.com/sigmavirus24/openstack-ansible-searchlight

Last synced: 29 days ago
JSON representation

An Ansible Galaxy role for deploying OpenStack's Searchlight service with OpenStack Ansible

Awesome Lists containing this project

README

        

OpenStack Searchlight
=====================

A simple role to deploy OpenStack Searchlight from source in a manner similar
to the OpenStack Ansible project.

Requirements
------------

None.

Role Variables
--------------

See ``defaults/main.yml`` for variables and their descriptions.

Dependencies
------------

- ``Stouts.elasticsearch``

Example Playbook
----------------

.. code-block:: yaml

- hosts: servers
roles:
- { role: sigmavirus24.openstack-ansible-searchlight }

License
-------

Apache

Credits
-------

The ``config_template`` library module was developed by Kevin Carter for the
OpenStack Ansible and is vendored in ``library``.