Updated README

This commit is contained in:
Jan Beilicke 2021-03-27 14:01:47 +01:00
parent ffa58f35e3
commit 5397ef058a

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