Ansible-Roles/inventory/prod/group_vars/centos/vars.yml
2026-05-08 22:12:36 +03:00

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