Reorganizing defaults.yml

This commit is contained in:
Tyler Hale 2022-08-23 08:12:43 -06:00
parent 70c33fa15f
commit 825e667ba9
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -23,12 +23,6 @@ base_core_install_updates: true
# Defines the hostname to be forced on the host but is ignored if undefined # Defines the hostname to be forced on the host but is ignored if undefined
base_core_hostname: "" base_core_hostname: ""
# Time Sync
# ========
# Defines the timezone to apply to the client
base_core_timezone: "America/Boise"
# MOTD # MOTD
# ==== # ====
@ -38,6 +32,18 @@ base_core_motd_enabled: true
# Banner to add to MOTD # Banner to add to MOTD
base_core_motd_banner: "" base_core_motd_banner: ""
# Root CA
# =======
# Defines the basename to use for the Root CA
base_core_root_ca_basename: ""
# Converts the defined certificate from DER to PEM type
base_core_root_ca_convert: false
# URL to download the Root CA
base_core_root_ca_url: ""
# SSH # SSH
# === # ===
@ -53,17 +59,12 @@ base_core_ssh_permit_password_authentication: false
# Common name for self signed cert, use hostname as a default # Common name for self signed cert, use hostname as a default
base_core_cert_common_name: "{{ ansible_facts['nodename'] }}" base_core_cert_common_name: "{{ ansible_facts['nodename'] }}"
# Root CA # Time Sync
# ======= # ========
# Defines the basename to use for the Root CA # Defines the timezone to apply to the client
base_core_root_ca_basename: "" base_core_timezone: "America/Boise"
# Converts the defined certificate from DER to PEM type
base_core_root_ca_convert: false
# URL to download the Root CA
base_core_root_ca_url: ""
# Web Management # Web Management
# ============== # ==============