Skip to content

Commit 79f47fd

Browse files
committed
update readme with latest changes in inventory targets
1 parent 700e814 commit 79f47fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ dry-run make dry-run [playbook=setup] [env=hosts] [tag=<a
3535
facts make facts [group=all] [env=hosts] [args=<ansible arguments>] # Gather facts from your hosts
3636
fetch-inventory make fetch-inventory [provider=<ec2|gce...>] [env=hosts] # Download dynamic inventory from Ansible's contrib
3737
install make install [roles_path=roles/] # Install roles dependencies
38-
inventory make inventory [env=hosts] # Display the inventory as seen from Ansible
38+
inventory-graph make inventory-graph [env=hosts] # Display the inventory as seen from Ansible
39+
inventory make inventory [env=hosts] # LEGACY replaced by inventory-graph
40+
inventory-list make inventory-list [env=hosts] # Display the inventory as seen from Ansible
3941
lint make lint [playbook=setup] [env=hosts] [args=<ansible-playbook arguments>] # Check syntax of a playbook
4042
list make list [group=all] [env=hosts] # List hosts inventory
4143
run make run [playbook=setup] [env=hosts] [tag=<ansible tag>] [limit=<ansible host limit>] [args=<ansible-playbook arguments>] # Run a playbook

0 commit comments

Comments
 (0)