--- # billing-main (CentOS 7 | 91.218.87.226) # CentOS 7 ships Python 3.6 as /usr/bin/python3, but Ansible >= 2.12 requires # Python 3.8+ (uses `from __future__ import annotations`). Override to python3.8. # Installed via SCL (rh-python38): scl enable rh-python38 bash ansible_python_interpreter: /opt/rh/rh-python38/root/usr/bin/python3.8 # Override users_allowed_admin_groups here to restrict/expand access for this host. # Example: allow only super_admin # users_allowed_admin_groups: # - super_admin