ansible-inventory

Display or dump an Ansible inventory. See also: ansible. More information: <https://docs.ansible.com/ansible/latest/cli/ansible-inventory.html>.

Install

All systems
curl cmd.cat/ansible-inventory.sh
Debian Debian
apt-get install ansible
Ubuntu
apt-get install ansible
Alpine
apk add ansible
Arch Arch Linux
pacman -S ansible
image/svg+xml Kali Linux
apt-get install ansible
CentOS
yum install ansible
Fedora
dnf install ansible
Windows (WSL2)
sudo apt-get update sudo apt-get install ansible
OS X
brew install ansible
Raspbian
apt-get install ansible
Docker
docker run cmd.cat/ansible-inventory ansible-inventory powered by Commando

Display or dump an Ansible inventory. See also: ansible. More information: <https://docs.ansible.com/ansible/latest/cli/ansible-inventory.html>.

  • Display the default inventory:
    ansible-inventory --list
  • Display a custom inventory:
    ansible-inventory --list --inventory path/to/file_or_script_or_directory
  • Display the default inventory in YAML:
    ansible-inventory --list --yaml
  • Dump the default inventory to a file:
    ansible-inventory --list --output path/to/file

© tl;dr; authors and contributors