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

March 27, 2020 · 3 min · Dario Di Pasquale

Ansible for developers 101

Introduction This page has been migrated to Medium When I started as a developer and I started to feel frustrating when I had to repeat something twice or more. Being a developer does not mean you only have to write code. Hopefully, your code should be executed in different environments and often it is up to you managing part of those environments. Nowadays automation brings a lot of improvements to the life-quality of developers. You can, therefore, exploit tools that help you repeating boring stuff, keeping you well focused on your work. ...

March 27, 2020 · 9 min · Dario Di Pasquale