Skip to content
DevOps Madnessa blog by Ioannis Moustakis

#devops-tooling

45posts ·all writing

DevOps Practices in Government and the Public Sector

· via Spacelift

What DevOps looks like under public-sector constraints: compliance, security-first delivery, and tooling requirements that differ from startups.

#devops-tooling #platform-engineering

Infrastructure as Code with Ansible: Tutorial

· via Spacelift

Using Ansible as an IaC tool rather than only for config management: where it fits, its limits, and a worked example provisioning AWS resources.

#devops-tooling #iac

IaC Testing for DevOps: Types, Tools & Examples

· via Spacelift

A working taxonomy of IaC testing: static checks, unit, integration and policy tests, with examples per tool and a pipeline to hang them on.

#iac #devops-tooling

How to Use Blocks in Ansible Playbooks

· via Spacelift

Ansible blocks explained with use cases: grouping tasks, shared conditionals and privilege, plus rescue and always for real error handling paths.

#devops-tooling

Configuration Management with Ansible

· via Spacelift

Ansible as a configuration management tool: the architecture, how it compares with the alternatives, core concepts and where it fits best today.

#devops-tooling

Using Ansible to Automate AWS [Tutorial]

· via Spacelift

Ansible against AWS in practice: the collection setup, dynamic inventory for changing hosts, a worked tutorial and the habits that keep it sane.

#devops-tooling #aws

How to Create Ansible Template [Examples]

· via Spacelift

Jinja2 templating in Ansible: how the template module works, the syntax worth knowing, and a demo generating real config files in a playbook.

#devops-tooling

Ansible Roles: Basics, Creating & Using

· via Spacelift

Ansible roles from structure to sharing: why they exist, the directory anatomy, creating and using them, and how collections fit the picture.

#devops-tooling

Ansible Playbooks: Complete Guide with Examples

· via Spacelift

My Spacelift guide to Ansible playbooks: structure, variables, Vault for secrets, handlers, conditionals and loops, each with a runnable example.

#devops-tooling #iac