Exercise: Ansible Language
Create a resource usage text report with an Ansible playbook.
We'll cover the following...
Task
Using Ansible, we can automate creating a text report with our systems’ resource usage. It displays the execution data and the CPU and RAM available in the system.
Explanation
In this exercise, create a text file named report.txt
in the ...