Ansible and hardware checks
问题 I have to check different hardware and configurations elements on Linux machines using ansible, and I am not sure at all about how to do it (RAM, disk space, DNS, CPU...), I've understood that I can find nearly all I want in the ansible facts, but I do not understand how I can use it. For example, I have to check if the RAM amount is at least of 4GB and have an alarm if not, so I tried many things, and... nothing works. Here is an example of what I tried. - hosts: client remote_user: user