File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ dry-run make dry-run [playbook=setup] [env=hosts] [tag=<a
3535facts make facts [group= all] [env= hosts] [args=< ansible arguments> ] # Gather facts from your hosts
3636fetch-inventory make fetch-inventory [provider=< ec2| gce...> ] [env= hosts] # Download dynamic inventory from Ansible's contrib
3737install 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
3941lint make lint [playbook= setup] [env= hosts] [args=< ansible-playbook arguments> ] # Check syntax of a playbook
4042list make list [group= all] [env= hosts] # List hosts inventory
4143run make run [playbook= setup] [env= hosts] [tag=< ansible tag> ] [limit=< ansible host limit> ] [args=< ansible-playbook arguments> ] # Run a playbook
You can’t perform that action at this time.
0 commit comments