search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Ansible Commands
18 ansible entries
Limited to 100 results
ansible Operations
Ansible Command: Display Facts
ansible <group> -m setup ansible Operations
Ansible Command: Display Facts About Group
ansible <group> -m setup ansible Operations
Ansible Command: Execute Command
ansible <group> -m command -a '<my_command>' ansible Operations
Ansible Command: Execute Command Admin
ansible <group> -b --ask-become-pass -m command -a '<my_command>' ansible Operations
Ansible Command: Execute Command Custom Inventory
ansible <group> -i <inventory_file> -m command -a '<my_command>' ansible Operations
Ansible Command: Execute Command On Group
ansible <group> -m command -a '<my_command>' ansible Operations
Ansible Command: Execute Command Using Custom Inventory
ansible <group> -i <inventory_file> -m command -a '<my_command>' ansible Operations
Ansible Command: Execute Command With Custom Inventory
ansible <group> -i <inventory_file> -m command -a '<my_command>' ansible Operations
Ansible Command: Execute Command With Privileges
ansible <group> -b --ask-become-pass -m command -a '<my_command>' ansible Operations
Ansible Command: Execute Command With Sudo
ansible <group> -b --ask-become-pass -m command -a '<my_command>' ansible Operations
Ansible Command: List Groups
ansible localhost -m debug -a '<var=groups.keys()>' ansible Operations
Ansible Command: List Groups In Inventory
ansible localhost -m debug -a '<var=groups.keys()>' ansible Operations
Ansible Command: List Hosts
ansible <group> --list-hosts ansible Operations
Ansible Command: List Hosts In Group
ansible <group> --list-hosts ansible Operations
Ansible Command: Ping Group
ansible <group> -m ping ansible Operations
Ansible Command: Ping Group Of Hosts
ansible <group> -m ping ansible Operations
Ansible Command: Ping Hosts In Group
ansible <group> -m ping ansible Operations
Ansible Command: Use Custom Inventory File
ansible <group> -i <inventory_file> -m command -a '<my_command>'