Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sigmavirus24/openstack-ansible-searchlight
- Owner: sigmavirus24
- License: apache-2.0
- Created: 2015-10-15T18:59:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T00:40:11.000Z (about 9 years ago)
- Last Synced: 2023-03-11T11:03:29.005Z (over 1 year ago)
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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``.