diff --git a/README.md b/README.md index 6e74940..3ca7ab7 100644 --- a/README.md +++ b/README.md @@ -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