January 2024
-
Designing for reusability – Infrastructure as Code (IaC) with Terraform
Ansible provides variables for turning Ansible playbooks into reusable templates. You can substitute variables in the right places using Jinja2 markup, which we’ve already used in the last playbook. Let’s…