ansible
Verified for current stable LTS
Ansible Command: Display Facts
An engineer would use the command 'ansible {{group}} -m setup' to gather and display detailed hardware and system information from all hosts in the specified group during a troubleshooting session or system inventory process. Exact CLI syntax to display facts using Ansible.
When to use this: An engineer would use the command 'ansible {{group}} -m setup' to gather and display detailed hardware and system information from all hosts in the specified group during a troubleshooting session or system inventory process.
Command Syntax
ansible <group> -m setup ansible <group> -m setup Command Breakdown
-m- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display facts using Ansible.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Ansible Command: Execute Command
ansible <group> -m command -a '<my_command>' Ansible Command: List Groups In Inventory ansible localhost -m debug -a '<var=groups.keys()>' Ansible Command: List Hosts ansible <group> --list-hosts Ansible Command: Ping Group ansible <group> -m ping Ansible Command: Execute Command Admin ansible <group> -b --ask-become-pass -m command -a '<my_command>'