29080ab4f6
Adds variables to pin elastic package versions to ensure they can't move out of sequence. An individual variable is added for journalbeat given it is withdrawn from 7.16. Includes a version bump to a more recent 7.x release which is still compatible with this role Change-Id: I5e6c42398acf70012bf879f41953d409abbd89f4
18 lines
484 B
YAML
18 lines
484 B
YAML
---
|
|
- name: systemd_service
|
|
scm: git
|
|
src: https://opendev.org/openstack/ansible-role-systemd_service
|
|
version: master
|
|
- name: systemd_mount
|
|
scm: git
|
|
src: https://opendev.org/openstack/ansible-role-systemd_mount
|
|
version: master
|
|
- name: config_template
|
|
scm: git
|
|
src: https://opendev.org/openstack/ansible-config_template
|
|
version: master
|
|
- name: apt_package_pinning
|
|
scm: git
|
|
src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning
|
|
version: master
|