
ansible-inventory
List of commands for ansible-inventory:
-
ansible-inventory:tldr:5696d ansible-inventory: Dump the default inventory to a file.$ ansible-inventory --list --output ${filename}try on your machineexplain this command
-
ansible-inventory:tldr:9fe9a ansible-inventory: Display a custom inventory.$ ansbile-inventory --list --inventory ${filename_or_script_or_directory}try on your machineexplain this command
-
ansible-inventory:tldr:a10ea ansible-inventory: Display the default inventory.$ ansible-inventory --listtry on your machineexplain this command
-
ansible-inventory:tldr:f721f ansible-inventory: Display the default inventory in YAML.$ ansible-inventory --list --yamltry on your machineexplain this command