Ansible
Automate IT infrastructure with playbooks, roles, and inventories. Configure servers, deploy apps, and orchestrate tasks.
69 commands
Browse by Topic
Getting Started
Quick setup and installation
Ad-Hoc
Ad-hoc commands
Playbook
Playbook execution
Galaxy
Roles & collections
Vault
Secrets encryption
Inventory
Host inventory
Config
Configuration
Navigator
Interactive UI
Automation
Controller & automation
Install Ansible (macOS)
Install Ansible using Homebrew on macOS
Install Ansible (pip)
Install Ansible using pip on any platform
Check Ansible version
Verify Ansible installation and display version info
Install Package (Apt)
Install a package using apt with sudo
Run Shell Command
Execute a command on all hosts
Copy File to Hosts
Copy a file to remote hosts
Gather Facts
Collect system facts from hosts
Gather Filtered Facts
Collect specific facts from hosts
Ping All Hosts
Test connectivity to all inventory hosts
Ping Host Group
Test connectivity to a specific host group
Manage Service
Start/stop/restart a service
Run Shell with Pipes
Execute shell command with pipes/redirects
Create User
Create a user on remote hosts
Dry Run (Check Mode)
Preview changes without applying
Limit to Hosts
Run playbook on specific hosts/groups
List Tasks
Show all tasks without running
Run Playbook
Execute an Ansible playbook
Skip Tags
Skip tasks with specific tags
Start at Task
Resume from a specific task
Step Through Tasks
Confirm each task before executing
Syntax Check
Validate playbook syntax
Run Specific Tags
Run only tasks with specific tags
Pass Extra Variables
Pass variables at runtime
Variables from File
Load variables from a file
Verbose Output
Run with detailed debug output
Build Collection
Build collection tarball from source
Download Collection
Download collection without installing
Install Collection
Install a collection from Galaxy
Install Community Collection
Install community.general collection
List Installed Collections
Show installed collections
Publish Collection
Publish collection to Ansible Galaxy
Create Role Skeleton
Create a new role with directory structure
Install Role
Install a role from Galaxy
Install from Requirements
Install roles/collections from requirements file
List Installed Roles
Show installed roles
Remove Role
Uninstall a role
Search Roles
Search for roles on Galaxy
Run with Vault Password
Run playbook with vault password prompt
Run with Vault Password File
Run playbook with vault password from file
Create Encrypted File
Create a new encrypted file
Decrypt File
Decrypt an encrypted file
Edit Encrypted File
Edit an encrypted file in place
Encrypt Existing File
Encrypt an existing file
Encrypt String
Encrypt a single variable value
Change Vault Password
Change the encryption password
View Encrypted File
View contents of encrypted file
Use Custom Inventory
Specify a custom inventory file
Show Inventory Graph
Display inventory hierarchy
Show Host Variables
Display variables for a specific host
List Inventory
Display full inventory in JSON
Validate Inventory
Validate inventory file syntax
Export to YAML
Export inventory to YAML format
Show Changed Settings
Show only non-default settings
Dump Current Config
Show current configuration values
List All Settings
Show all configuration options
View Config File
Display the current config file
List All Modules
List all available modules
Module Documentation
Show documentation for a module
Show Version
Display Ansible version and config file path
View Configuration
Browse Ansible configuration interactively
View Module Documentation
Browse module docs in TUI interface
Inspect Inventory
Explore inventory with navigator interface
Run Playbook with TUI
Execute playbook with text-based user interface
Run in Stdout Mode
Run playbook with standard output (no TUI)
Dry Run with Diff
Preview changes in CI/CD before deployment
List All Tasks
Display all tasks for pipeline documentation
Start at Specific Task
Resume playbook execution from specific task
Validate Playbook Syntax
Check playbook syntax for CI/CD pipelines
Load Variables from JSON
Pass JSON variables for automated deployments
Discussion
Loading comments...