--- - name: Gather facts about an inventory hosts: all gather_facts: true become: false tasks: - debug: var: ansible_virtualization_role - debug: var: ansible_virtualization_type - debug: var: ansible_product_name - debug: var: ansible_product_serial