deec12f083
In order to avoid broken conditionals error in Ansible we need to ensure that variables are proper booleans at all times. Change-Id: Ic43f934d594fee0268f731a7fec74fa2d0cb767a Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
34 lines
984 B
YAML
34 lines
984 B
YAML
---
|
|
collections:
|
|
- name: https://opendev.org/openstack/ansible-config_template
|
|
version: master
|
|
type: git
|
|
- name: https://opendev.org/openstack/openstack-ansible-plugins
|
|
version: master
|
|
type: git
|
|
- name: community.crypto
|
|
source: https://github.com/ansible-collections/community.crypto
|
|
type: git
|
|
version: 2.22.3
|
|
- name: community.general
|
|
source: https://github.com/ansible-collections/community.general
|
|
type: git
|
|
version: 10.0.1
|
|
- name: community.rabbitmq
|
|
source: https://github.com/ansible-collections/community.rabbitmq
|
|
type: git
|
|
version: 1.3.0
|
|
roles:
|
|
- name: apt_package_pinning
|
|
src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning
|
|
scm: git
|
|
version: master
|
|
- name: systemd_service
|
|
src: https://opendev.org/openstack/ansible-role-systemd_service
|
|
scm: git
|
|
version: master
|
|
- name: pki
|
|
src: https://opendev.org/openstack/ansible-role-pki
|
|
scm: git
|
|
version: master
|