Your First 10 Ansible Modules

Like all code, your infrastructure code has a certain grammar. When discussing Ansible in grammatical terms, the inventory is really the first noun you have to know (after all, nothing ever runs without defining some host(s) for Ansible to run it on). Along those same grammar lines, modules are basically your verbs. Almost everything you’ll