ansible-bootstrap-rocky9/roles/users/defaults/main.yml
2026-06-30 10:09:12 +03:00

16 lines
603 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# Группа sudo по умолчанию — переопределяется в group_vars для конкретной ОС
users_sudo_group: wheel
# По умолчанию разрешены все группы администраторов (переопределяется для конкретного хоста/группы)
users_allowed_admin_groups:
- super_admin
- middle_admin
- junior_admin
# Все группы администраторов — заполняются из inventory/group_vars
users_admin_groups:
super_admin: []
middle_admin: []
junior_admin: []