Esri / arcgis-gitops

GitHub Actions workflows for ArcGIS Enterprise deployment and operation
Apache License 2.0
6 stars 1 forks source link

#80 Upgraded RHEL images and Ansible #83

Closed pbobov closed 5 months ago

pbobov commented 5 months ago
  1. Updated rhel8 image from RHEL 8.6 to RHEL 8.9
  2. Changed rhel9 image EBS type from GP2 to GP3
  3. Installed Python 3.11 on RHEL EC2 instances
  4. Set ansible_python_interpreter to "/usr/bin/python3"
  5. Fixed Ansible version to 10.x
  6. Added workaround for ansible.builtin.package module(that uses does not work on RHEL 8 with Ansible 10)
pbobov commented 5 months ago

On RHEL ansible.builtin.package module uses the system python installation from /usr/libexec/platform-python, which is python 3.6 on RHEL 8 and cannot be upgraded. Ansible 10 drops support for python 3.6.