...

/

Solution: Ansible Language

Solution: Ansible Language

Look at the solution to the previous exercise.

We'll cover the following...
DATE: {{ ansible_date_time.date }}
vCPU: {{ ansible_processor_vcpus }}
RAM: {{ ansible_memtotal_mb }}
Created by Ansible {{ ansible_version.string }}
Code for creating a resource usage text report

Explanation

...