July 2023
-
Ansible tasks and modules – Infrastructure as Code (IaC) with Terraform
Ansible tasks form the basic building block of running Ansible commands. Ansible tasks are structured in the following format: $ ansible <options> <inventory> Ansible modules are reusable code for a…