
Ansible 10 is based on the ansible-core 2.17 [1], which we are using for current branch. This also replaces focal job with noble as focal does not minimum requirements for Ansible 10. [1] https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_10.html Change-Id: Iae331462dbfebf38134943e00562ad3349356532
20 lines
603 B
YAML
20 lines
603 B
YAML
---
|
|
collections:
|
|
- name: openstack.config_template
|
|
type: git
|
|
source: https://opendev.org/openstack/ansible-config_template
|
|
version: 2.1.1
|
|
- name: openstack.osa
|
|
type: git
|
|
source: https://opendev.org/openstack/openstack-ansible-plugins
|
|
version: 3bd48b7c5ac27787e67a95338241988a2aaddb4f
|
|
roles:
|
|
- name: systemd_service
|
|
scm: git
|
|
src: https://opendev.org/openstack/ansible-role-systemd_service
|
|
version: 86ad639f4171b0c01bba030ebc3fd96ec020aa45
|
|
- name: systemd_mount
|
|
scm: git
|
|
src: https://opendev.org/openstack/ansible-role-systemd_mount
|
|
version: master
|