mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
25 lines
No EOL
709 B
JSON
25 lines
No EOL
709 B
JSON
{
|
|
"requirements": [
|
|
"facter",
|
|
"ruby-json"
|
|
],
|
|
"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."
|
|
],
|
|
"author": "Michael DeHaan",
|
|
"notes": [],
|
|
"docuri": "facter",
|
|
"module": "facter",
|
|
"filename": "library/facter",
|
|
"examples": [
|
|
{
|
|
"code": "ansible www.example.net -m facter",
|
|
"description": "Example command-line invocation"
|
|
}
|
|
],
|
|
"version_added": "0.2",
|
|
"short_description": "Runs the discovery program I(facter) on the remote system",
|
|
"now_date": "2012-10-09",
|
|
"options": [],
|
|
"ansible_version": "0.8"
|
|
} |