Updated README
This commit is contained in:
parent
ffa58f35e3
commit
5397ef058a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue