Attributes Page

To disable Dev Mode (this page) comment out the dev-mode.js extenion in the playbook (usually default-site.yml)

Site Wide Attributes

Component Wide Attributes

Antora component version@name: master@modules

{
  "lab_name": "I'm the lab_name var",
  "release-version": "master",
  "page-pagination": true,
  "my_var": "foo",
  "guid": "my-guid",
  "ssh_user": "devops",
  "ssh_password": "devops",
  "ssh_command": "ssh someone@example.com",
  "product_rhdh_name": "Red Hat Developer Hub",
  "product_rhdh_version": "1.6",
  "product_gitops_name": "Red Hat OpenShift GitOps",
  "ns_tssc_gitops": "tssc-gitops",
  "keycloak_realm_name": "trusted-artifact-signer",
  "keycloak_client_id": "rhdh",
  "m2_rhdh_project": "setup-rhdh",
  "m2_rhdh_instance": "rhdh",
  "m2_rhdh_cm_name": "rhdh-config",
  "m2_keycloak_secret_name": "keycloak-secrets",
  "m2_rhdh_plugins_cm_name": "dynamic-plugins-rhdh",
  "m2_argocd_user": "developer-hub",
  "m2_argocd_pass": "d3v3l0p3rs",
  "m2_argocd_passhash": "$2y$10$KnsgxceFRwN15iVJ3BxskuIJ2/qUqzaLs8.Oea1WzyvBraZxdG.eu",
  "page-links": [
    {
      "url": "https://redhat.com",
      "text": "Red Hat"
    }
  ]
}