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": "Hands-On AIOps: Building Self-Healing, Observability-Driven Automation with Ansible",
  "release-version": "master",
  "page-pagination": true,
  "my_var": "foo",
  "guid": "my-guid",
  "lab_username": "{{ student_name }}",
  "ssh_password": "{{ common_password }}",
  "ssh_command": "ssh someone@example.com",
  "page-links": [
    {
      "url": "https://redhat.com",
      "text": "Red Hat"
    }
  ]
}