Allows to skip provisioning of the firewall
This commit is contained in:
parent
2f9c04c49f
commit
1cbbba0dea
3 changed files with 6 additions and 1 deletions
|
|
@ -17,4 +17,6 @@ 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
|
||||
enable_passwordless_sudo: yes
|
||||
# Skip provisioning of the firewall
|
||||
skip_firewall: no
|
||||
Loading…
Add table
Add a link
Reference in a new issue