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).
16 lines
No EOL
295 B
YAML
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 |