community.general.facter (0.2.1) — module

Runs the discovery program I(facter) on the remote system

Authors: Ansible Core Team, Michael DeHaan

Install collection

Install with ansible-galaxy collection install community.general:==0.2.1


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.2.1

Description

Runs the I(facter) discovery program (U(https://github.com/puppetlabs/facter)) on the remote system, returning JSON data that can be useful for inventory purposes.


Requirements