b859d5897c
Since config_tempalte is really a handy module that can be used outside of the OSA, we make it installable as collection and start using it as a collection as well. This will also bring us unambiguity about what exact module we use, since ceph-ansible have their own interpritation of config_template that they ship. Change-Id: Id52d56e387056066bfce28c781b24e8d98361ac5
27 lines
869 B
YAML
27 lines
869 B
YAML
collections:
|
|
- name: https://opendev.org/openstack/ansible-collections-openstack
|
|
version: 1.5.3
|
|
type: git
|
|
- name: https://opendev.org/openstack/ansible-config_template
|
|
version: 1.2.1
|
|
type: git
|
|
- name: https://github.com/ansible-collections/community.general
|
|
version: 4.0.1
|
|
type: git
|
|
- name: https://github.com/ansible-collections/community.rabbitmq
|
|
version: 1.1.0
|
|
type: git
|
|
- name: https://github.com/ansible-collections/community.mysql
|
|
version: 2.3.1
|
|
type: git
|
|
- name: https://github.com/ansible-collections/community.crypto
|
|
version: 1.9.5
|
|
type: git
|
|
- name: https://github.com/ansible-collections/ansible.posix
|
|
version: 1.3.0
|
|
type: git
|
|
# NOTE(noonedeadpunk): needs version in galaxy.yml to pull from git
|
|
- name: openvswitch.openvswitch
|
|
version: 2.0.2
|
|
source: https://galaxy.ansible.com
|