11 lines
458 B
YAML
11 lines
458 B
YAML
---
|
|
# ── CentOS 7 specifics ────────────────────────────────────────────────────────
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
# Group that grants sudo privileges on RHEL/CentOS
|
|
users_sudo_group: wheel
|
|
|
|
# Restrict access example — uncomment to allow only super_admin on all CentOS hosts:
|
|
# users_allowed_admin_groups:
|
|
# - super_admin
|