Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

221 total results found

Sending a Chat Message in Teams

Microsoft Teams

Overview Teams Chat allows you to send quick messages to individuals or small groups without needing a formal meeting or email. Starting a New Chat Open Microsoft Teams Click the Chat icon in the left sidebar (speech bubble icon) Click the New chat icon (pen...

system
Microsoft Teams
status
Active
type
How-To

Finding and Using Teams Channels

Microsoft Teams

Overview Teams are organised into Channels — dedicated spaces for different topics, projects, or departments. Channels help keep conversations organised and searchable. Finding Your Teams and Channels Open Microsoft Teams Click Teams in the left sidebar You ...

system
Microsoft Teams
status
Active
type
How-To

Sharing Files in Teams

Microsoft Teams

Overview You can share files directly in Teams — either in a chat or in a channel. Files shared in channels are stored in SharePoint automatically, making them accessible to all channel members. Sharing a File in a Chat Open the chat Click the paperclip (att...

system
Microsoft Teams
status
Active
type
How-To

Getting IT Help

How to contact the IT team, raise a helpdesk ticket, and what to expect.

How to Get IT Support

Getting IT Help

Overview The IT team supports all staff across PBR's sites. This guide explains how to reach us, what to include in your request, and what to expect. Contact Options MethodWhen to useDetails Helpdesk portalNon-urgent requests, logging issues for follow-uphel...

system
IT Support
status
Active
type
How-To

Checking the Status of Your Ticket

Getting IT Help

Overview You can check the status of any ticket you have raised at any time via the helpdesk portal. Viewing Your Tickets Go to helpdesk.pbr.org.au and sign in Click My Tickets at the top of the page You will see all your open and recently closed tickets Cli...

system
IT Support
status
Active
type
How-To

Printing

Connecting to network printers, printing documents, and solving common print problems.

Printing at PBR

Printing

Overview Printers at your site are automatically configured on your computer by IT when your account is set up. You do not need to add them manually — they should appear in your printer list when you go to print. If a printer you expect to have is missing, con...

system
Printing
status
Active
type
How-To

Troubleshooting Common Print Problems

Printing

Printer Shows as Offline The printer appears in your list but shows "Offline": Check the printer itself — is it powered on and showing a ready or idle status on its display? Check there is no paper jam (open the trays and covers briefly to inspect) On your co...

system
Printing
status
Active
type
Troubleshooting

New Starter IT Guide

Everything you need to set up your IT access in your first week at Puffing Billy Railway.

Welcome — Getting Started with IT at PBR

New Starter IT Guide

Welcome to Puffing Billy Railway This guide will walk you through the key IT setup steps for your first week. Work through the checklist below in order — if you get stuck on anything, contact IT Helpdesk. IT Helpdesk: [email protected] | Portal: helpdesk.pbr...

system
IT Support
status
Active
type
How-To

Understanding Your PBR IT Environment

New Starter IT Guide

Your Computer PBR-issued computers run Windows and are managed by IT via Microsoft Intune. This means: Software is deployed and updated centrally — you do not need to install updates manually IT can remotely assist you if you have a problem Company policies a...

system
IT Support
status
Active
type
How-To

Ansible

Ansible-based configuration management for PBR Linux infrastructure. Hosts the ssh-baseline role and related playbooks. Source: github.com/Puffing-Billy-Railway/pbr-infra

system
Ansible
type
Technical Documentation
status
Active

Overview & Repository Layout

Ansible

Purpose This book documents PBR's Ansible-based configuration management for Linux infrastructure. It covers the ssh-baseline role, supporting playbooks, design rationale, deployment procedure, and operational reference. The ssh-baseline role establishes a h...

system
Ansible
type
Technical Documentation
status
Active

Architecture & Design Decisions

Ansible

Purpose of this Page This page captures the rationale behind every non-obvious design choice in the ssh-baseline role. Each entry follows the pattern: What we did → Why → Trade-off accepted. Where possible, comments inside the role itself reference these dec...

system
Ansible
type
Technical Documentation
status
Active

Deployment Runbook — New Host

Ansible

When to Use This Runbook Follow this runbook when adding a new Ubuntu host to the SSH baseline. The procedure assumes: The host runs Ubuntu 22.04 or 24.04 LTS (the role's supported versions) The host has a real hostname (not ubuntu or localhost) The host ca...

system
Ansible
type
Technical Documentation
status
Active

Configuration Reference

Ansible

Variable Source Hierarchy Variables resolve in standard Ansible precedence order. The role uses three layers: Role defaults — roles/ssh-baseline/defaults/main.yml (lowest precedence; the safe baseline) Group vars — inventory/group_vars/all/main.yml (organisa...

system
Ansible
type
Technical Documentation
status
Active

AD Integration & SSSD

Ansible

Overview The role integrates Ubuntu hosts with Active Directory via SSSD using realm join. Once joined, AD users authenticate via Kerberos (with their AD password), are authorised via AD group membership, and have their SSH public keys retrieved from the sshP...

system
Ansible
type
Technical Documentation
status
Active