viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

Add Ansible crypto collection to AlmaLinux ELAN #187

Closed viccross closed 12 months ago

viccross commented 1 year ago

We have a couple of issues due to the transition to the AlmaLinux packaging of Ansible. We used to use the ansible package from EPEL, but this conflicts with the Ansible in AlmaLinux. Alma provides ansible-core and a couple of other packages, but it is not complete in the way that the EPEL package is.

The openssl_ modules which are used in certificate generation used to be provided by ansible but are no longer present after the switch to ansible-core. This is the last issue remaining in the zvm-ipconf.sh script causing it to fail.

viccross commented 1 year ago

The Ansible "community.general" collection, which is installed via an Alma RPM, contains a module ansible_galaxy_install. This should make it easy to add the community.crypto module using an existing playbook.