Adding option for not configuring firewall
This commit is contained in:
parent
825e667ba9
commit
e0ecbe4eab
4 changed files with 9 additions and 2 deletions
|
@ -17,6 +17,12 @@ base_core_management_user_disable_password: false
|
|||
# Install all available updates at runtime
|
||||
base_core_install_updates: true
|
||||
|
||||
# Firewall
|
||||
# ========
|
||||
|
||||
# Allows the firewall to be configured
|
||||
base_core_firewall_configure: true
|
||||
|
||||
# Hostname
|
||||
# ========
|
||||
|
||||
|
@ -65,7 +71,6 @@ base_core_cert_common_name: "{{ ansible_facts['nodename'] }}"
|
|||
# Defines the timezone to apply to the client
|
||||
base_core_timezone: "America/Boise"
|
||||
|
||||
|
||||
# Web Management
|
||||
# ==============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue