clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 27 forks source link

Update the version of Ansible #135

Closed milliams closed 1 year ago

milliams commented 1 year ago

The version of Ansible installed by CitC is being updated in clusterinthecloud/terraform#74

The root reason for this is that since Ansible is being sourced from EPEL, it is linking against Python 3.11 which does not include various system Pytohn modules (e.g. firewalld and selinux). This updates the Ansible code to use this new installation when provisioning the compute node images as well as ensuring that the correct modules are installed in the system Python.