11 lines
457 B
YAML
11 lines
457 B
YAML
---
|
|
# ── Debian 12 specifics ───────────────────────────────────────────────────────
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
# Group that grants sudo privileges on Debian/Ubuntu
|
|
users_sudo_group: sudo
|
|
|
|
# Restrict access example — uncomment to allow only super_admin on all Debian hosts:
|
|
# users_allowed_admin_groups:
|
|
# - super_admin
|