Gather information about Equinix Metal projects
- name: Gather information about all projects
hosts: localhost
tasks:
- equinix.cloud.metal_project_info
- name: Gather information about all projects in an organization
hosts: localhost
tasks:
- equinix.cloud.metal_project_info:
organization_id: 2a5122b9-c323-4d5c-b53c-9ad3f54273e7
Field | Type | Required | Description |
---|---|---|---|
name |
str |
Optional | The name of the project. |
organization_id |
str |
Optional | UUID of the organization containing the project. |
-
resources
- Found resources- Sample Response:
[ { "backend_transfer_enabled": false, "customdata": {}, "description": "", "id": "31d3ae8b-bd5a-41f3-a420-055211345cc7", "name": "ansible-integration-test-project-csle6t2y-project2", "organization_id": "70c2f878-9f32-452e-8c69-ab15480e1d99", "payment_method_id": "845b45a3-c565-47e5-b9b6-a86204a73d29" } ]
- Sample Response: