From d6fb382667b6e7a879bdb712fa24a6e86befdba2 Mon Sep 17 00:00:00 2001 From: Tyler Hale Date: Tue, 23 Aug 2022 08:26:35 -0600 Subject: [PATCH] Readme Update --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 621fd52..7200fa9 100644 --- a/README.md +++ b/README.md @@ -14,23 +14,23 @@ If the "base_core_hostname" variable is defined, it is recommended to set the an ### Core Variables -| Variable | Required | Default | Choices | Comments | -| -------------------------------------------- | -------- | ------------- | ----------- | -------------------------------------------------------------------------- | -| base_core_cert_common_name | No | nodename | | Common name for created self-signed cert | -| base_core_hostname | No | "" | | Defines the computer hostname | -| base_core_install_updates | Yes | True | True, False | Install all available updates for the distro at runtime | -| base_core_management_user | No | ansible_user | | Defines the account that ansible will use for management in the future | -| base_core_management_user_disable_password | No | False | True, False | When enabled the password for the management user account will be disabled | -| base_core_motd_banner | No | "" | | Banner to be added to MOTD if desired | -| base_core_motd_configure | Yes | True | True, False | Allows the MOTD to be configured | -| base_core_root_ca_basename | No | "" | | Basename of the cert for local system reference | -| base_core_root_ca_convert | Yes | False | True, False | Converts the defined certificate from DER to PEM type | -| base_core_root_ca_url | No | "" | | URL of a Root CA to install | -| base_core_ssh_permit_password_authentication | Yes | False | True, False | Permits the use of passwords for ssh | -| base_core_ssh_permit_root_login | Yes | False | True, False | Permits the use of root logins for ssh | -| base_core_timezone | No | America/Boise | | Defines the timezone to apply to the client | -| base_core_web_management | Yes | False | True, False | Enables installation of the Cockpit web management package(s) | -| base_core_firewall_configure | No | True | True, False | Allows the firewall to be configured | +| Variable | Default | Choices | Comments | +| -------------------------------------------- | ------------- | ----------- | -------------------------------------------------------------------------- | +| base_core_cert_common_name | nodename | | Common name for created self-signed cert | +| 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 | +| base_core_management_user_disable_password | False | True, False | When enabled the password for the management user account will be disabled | +| base_core_motd_banner | "" | | Banner to be added to MOTD if desired | +| base_core_motd_configure | True | True, False | Allows the MOTD to be configured | +| base_core_root_ca_basename | "" | | Basename of the cert for local system reference | +| base_core_root_ca_convert | False | True, False | Converts the defined certificate from DER to PEM type | +| base_core_root_ca_url | "" | | URL of a Root CA to install | +| base_core_ssh_permit_password_authentication | False | True, False | Permits the use of passwords for ssh | +| 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