Skip to content
DevOps Madnessa blog by Ioannis Moustakis

Writing

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.

#ansible #devops-tooling

16 DevOps Best Practices Every Developer Should Know

· via Spacelift

A grounded tour of DevOps practices and the anti-patterns that undo them, from CI/CD and IaC to blameless culture and sensible on-call habits.

#devops-tooling #platform-engineering

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.

#ansible #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.

#ansible #iac #devops-tooling

Ansible Tutorial for Beginners: Playbook & Examples

· via Spacelift

The Ansible starting point I wrote for Spacelift: concepts, installation, inventory, ad hoc commands and a first playbook, with a working demo setup.

#ansible #iac #devops-tooling