Skip to content
DevOps Madnessa blog by Ioannis Moustakis

#ansible

17posts ·all writing

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.

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

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

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

#ansible #aws #devops-tooling

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

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