Ansible Variable Precedence
In this article I am going to satisfy my curiosity regarding how variables work in Ansible roles.An Ansible role is a set of reusable resources, such as tasks, handlers and templates that can be used from Ansible playbooks. As a software developer, I would perhaps compare roles to subroutines – neither can be used in… Read More »