Ansible for developers 102
Introduction This page has been migrated to Medium In the previous post we introduced basic aspects of Ansible. Now we’ll talk about some advanced features. Loops Another way to describe the tools of the Ansible family can be Infrastructure as code. This is the process of managing and provisioning computer data centers through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools. The word code brings an important aspect with it: loops. ...