redhat-cop / aap_configuration_template

Ansible Automation Platform Configuration as Code examples template
MIT License
55 stars 33 forks source link

Add group roles to replace group permissions #48

Closed laurent-indermuehle closed 8 months ago

laurent-indermuehle commented 8 months ago

Ansible Hub's Group permissions will be deprecated in galaxy_collection v3.0.0. This is replaced by group's roles. See: https://github.com/ansible/galaxy_collection/pull/299, https://github.com/ansible/galaxy_collection/pull/296 and https://github.com/ansible/galaxy_collection/pull/297

AAP 2.2 is EoL I think and since 2.3 there is a new role called group_roles that allow to set a list of roles on a list of groups. So I guess we can now use this new role. This PR aim to do that.