Execution
Date 12 Sep 2025 07:56:44 +0100
Duration 00:00:04.44
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
15 Hosts
1 Tasks
15 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/free-mem-using-facts.yaml

1
2
3
4
5
6
7
8
---
- name: Get total mem
  hosts: all
  gather_facts: true
  tasks:
    - name: Get info
      ansible.builtin.debug:
        msg: "Total system memory: {{ ansible_memtotal_mb }} MB"