feature/sudoers_revamp #1

Merged
jotbe merged 2 commits from feature/sudoers_revamp into master 2021-03-27 14:06:20 +01:00
Showing only changes of commit 5397ef058a - Show all commits

View file

@ -22,6 +22,12 @@ users:
- vagrant
sudoers:
- vagrant
# Will install a specific Ansible version on the target host
ensure_ansible_version: 2.10.3
# Allow sudo with a password (applied to group sudo)
enable_sudo: yes
# Allow passwordless sudo (applied to group wheel)
enable_passwordless_sudo: yes
```
Dependencies