diff --git a/README.md b/README.md index 7200fa9..4d932ce 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ If the "base_core_hostname" variable is defined, it is recommended to set the an | Variable | Default | Choices | Comments | | -------------------------------------------- | ------------- | ----------- | -------------------------------------------------------------------------- | | base_core_cert_common_name | nodename | | Common name for created self-signed cert | +| base_core_firewall_configure | True | True, False | Allows the firewall to be configured | | base_core_hostname | "" | | Defines the computer hostname | | base_core_install_updates | True | True, False | Install all available updates for the distro at runtime | | base_core_management_user | ansible_user | | Defines the account that ansible will use for management in the future | @@ -30,7 +31,6 @@ If the "base_core_hostname" variable is defined, it is recommended to set the an | base_core_ssh_permit_root_login | False | True, False | Permits the use of root logins for ssh | | base_core_timezone | America/Boise | | Defines the timezone to apply to the client | | base_core_web_management | False | True, False | Enables installation of the Cockpit web management package(s) | -| base_core_firewall_configure | True | True, False | Allows the firewall to be configured | ## Example