ansible-role-common/defaults/main.yml
Jan Beilicke ffa58f35e3 Allows toggling sudo: with password and group sudo, passwordless with group wheel
The default behaviour is to activate both password-based sudo through the group sudo and
passwordless sudo through group wheel (to not break compatibility with previous behaviour).
2021-03-27 13:53:24 +01:00

16 lines
No EOL
295 B
YAML

---
# defaults file for common
hostname: '{{ inventory_hostname }}'
update_hostname: yes
locales_gen:
- en_US.UTF-8
- de_DE.UTF-8
locales_default: de_DE.UTF-8
x11_keymap: de
users:
- vagrant
sudoers:
- vagrant
ensure_ansible_version: 2.10.3
enable_sudo: yes
enable_passwordless_sudo: yes