10 lines
393 B
YAML
10 lines
393 B
YAML
---
|
|
# service-2 (CentOS 7 | 10.201.0.46)
|
|
# 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
|