System Grab Bag

View all TLDR pages from common (or from all pages)

ansible-inventory

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:
    ansbile-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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.