
This change updates the galera deployment options for kolide which will allow it to co-exist on the same host as an elasticsearch environment. Because the galera cluster for kolide is on the backend, and not user facing the installation and setup of a VIP for the backend galera cluster is not needed. Change-Id: Ia5f581ebb028bf35c00dc7606b0eb1a12ad54670 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
31 lines
947 B
YAML
31 lines
947 B
YAML
---
|
|
- name: systemd_service
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/ansible-role-systemd_service
|
|
version: master
|
|
- name: config_template
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/ansible-config_template
|
|
version: master
|
|
- name: redis
|
|
scm: git
|
|
src: https://github.com/geerlingguy/ansible-role-redis
|
|
version: master
|
|
- name: galera_client
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
|
|
version: master
|
|
# Galera server is using a forked role until https://review.openstack.org/#/c/633321/ is merged
|
|
- name: galera_server
|
|
scm: git
|
|
src: https://github.com/os-cloud/openstack-ansible-galera_server
|
|
version: xinetd-check
|
|
- name: apt_package_pinning
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
|
|
version: master
|
|
- name: plugins
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/openstack-ansible-plugins
|
|
version: master
|