From 79f47fd6a7c02497e8925dfd34fb7007776e3002 Mon Sep 17 00:00:00 2001 From: Paul B Date: Mon, 8 Mar 2021 19:13:24 +0100 Subject: [PATCH] update readme with latest changes in inventory targets --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 915f4e6..163c7a8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ dry-run make dry-run [playbook=setup] [env=hosts] [tag=] # Gather facts from your hosts fetch-inventory make fetch-inventory [provider=] [env=hosts] # Download dynamic inventory from Ansible's contrib install make install [roles_path=roles/] # Install roles dependencies -inventory make inventory [env=hosts] # Display the inventory as seen from Ansible +inventory-graph make inventory-graph [env=hosts] # Display the inventory as seen from Ansible +inventory make inventory [env=hosts] # LEGACY replaced by inventory-graph +inventory-list make inventory-list [env=hosts] # Display the inventory as seen from Ansible lint make lint [playbook=setup] [env=hosts] [args=] # Check syntax of a playbook list make list [group=all] [env=hosts] # List hosts inventory run make run [playbook=setup] [env=hosts] [tag=] [limit=] [args=] # Run a playbook