Automation Fundamentals | Scripting to Infrastructure as Code

Stop Clicking. Start Automating.

The first time I automated a task that used to take me an hour, I felt like I’d discovered magic. A 50-line script that did what I used to do manually, perfectly, every time, while I did something else.

Automation is the skill that transforms sysadmins into DevOps engineers, and DevOps engineers into architects. It’s the difference between doing work and building systems that do work for you.

This series takes you from basic scripting through Infrastructure as Code. By the end, you’ll understand the tools and patterns that enterprises pay £55-75k for people to implement.

Career Context: Sysadmins who can script: £40-50k. Add configuration management (Ansible): £50-60k. Add Infrastructure as Code (Terraform): £60-75k. Automation skills are the clearest path from mid-level to senior roles.

The Series

Each guide builds on the last. Start with scripting fundamentals, then progress to configuration management and Infrastructure as Code.

Foundation

01
Scripting Fundamentals: Bash and PowerShell (Coming 18th March)

Where automation begins. Variables, loops, conditionals, and the patterns that work in both Bash and PowerShell.

02
Scheduled Tasks and Cron (Coming 20th March)

Make your scripts run themselves. Cron jobs, Windows Task Scheduler, systemd timers.

Configuration Management

03
Ansible: Configuration Management (Coming 22nd March)

Manage fleets of servers with code. Playbooks, roles, and idempotent configuration.

Infrastructure as Code

04
Terraform: Infrastructure as Code (Coming 24th March)

Create infrastructure by writing code. Providers, resources, state management. Build entire environments that you can version control and reproduce.

The Automation Progression

Level Skills What You Can Do Role Level
Scripts Bash, PowerShell basics Automate repetitive tasks Junior Admin (£32-40k)
Scheduling Cron, Task Scheduler Hands-off automation Mid Admin (£40-48k)
Config Mgmt Ansible Manage server fleets Senior Admin (£48-58k)
IaC Terraform, CloudFormation Build entire environments DevOps/SRE (£55-75k)

Who This Series Is For

  • Sysadmins tired of repetitive work – Automate the boring stuff
  • Support engineers moving to infrastructure – Scripts are your ticket up
  • Developers wanting DevOps skills – IaC is where dev meets ops
  • Anyone pursuing DevOps/SRE roles – Automation is non-negotiable
  • Homelabbers wanting production skills – Document your lab as code

The automation mindset: If you do something more than twice, automate it. If you can’t automate it, document it. If you can’t document it, simplify it until you can.

Stay in the Loop

New automation guides, Linux tutorials, and career content every 2 days. No spam, unsubscribe anytime.

Related Learning Paths

Scroll to Top