mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
17 lines
373 B
ReStructuredText
17 lines
373 B
ReStructuredText
.. _facter:
|
|
|
|
facter
|
|
``````````````````````````````
|
|
|
|
.. versionadded:: 0.2
|
|
|
|
Runs the *facter* discovery program (https://github.com/puppetlabs/facter) on the remote system, returning JSON data that can be useful for inventory purposes.
|
|
|
|
|
|
.. raw:: html
|
|
|
|
<p>Example command-line invocation</p> <p><pre>
|
|
ansible www.example.net -m facter
|
|
</pre></p>
|
|
<br/>
|
|
|