Ansible-Roles/inventory/prod/host_vars/vm-tp/vars.yml
2026-05-08 22:12:36 +03:00

10 lines
388 B
YAML

---
# vm-tp (CentOS 7 | 10.201.0.6)
# CentOS 7 ships Python 3.6 as /usr/bin/python3, but Ansible >= 2.12 requires
# Python 3.8+. Override to python3.8 installed via SCL (rh-python38).
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.
# users_allowed_admin_groups:
# - super_admin