Attributes Page
To disable Dev Mode (this page) comment out the dev-mode.js extenion in the playbook (usually default-site.yml)
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",
"page-links": [
{
"url": "https://redhat.com",
"text": "Red Hat"
}
],
"kubeadmin_password": "kubeadmin_password",
"minio_access_key": "minio_access_key",
"minio_secret_key": "minio_secret_key",
"bucketname": "bucketname",
"minio_endpoint": "minio_endpoint",
"bucketname_objectlock": "bucketname_objectlock"
}