
This adds a module for getting information on one or more object storage containers from OpenStack. The following options are supported: * name - Get details for a single container by name. When this parameter is defined a single container is returned, with extra metadata available (with the same keys and value as in the existing object_container module). * prefix - Search for and return a list of containers by prefix. When searching for containers, only a subset of metadata values are available. When no options are specified, all containers in the project are returned, with the same metadata available as when the prefix option is used. Change-Id: I8ba434a86050f72d8ce85c9e98731f6ef552fc79
65 lines
2.8 KiB
YAML
65 lines
2.8 KiB
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: true
|
|
|
|
roles:
|
|
- { role: address_scope, tags: address_scope }
|
|
- { role: application_credential, tags: application_credential }
|
|
- { role: auth, tags: auth }
|
|
- { role: catalog_service, tags: catalog_service }
|
|
- { role: coe_cluster, tags: coe_cluster }
|
|
- { role: coe_cluster_template, tags: coe_cluster_template }
|
|
- { role: compute_flavor, tags: compute_flavor }
|
|
- { role: compute_flavor_access, tags: compute_flavor_access }
|
|
- { role: compute_service, tags: compute_service }
|
|
- { role: config, tags: config }
|
|
- { role: dns_zone, tags: dns_zone }
|
|
- { role: endpoint, tags: endpoint }
|
|
- { role: federation_mapping, tags: federation_mapping }
|
|
- { role: floating_ip, tags: floating_ip }
|
|
- { role: group_assignment, tags: group_assignment }
|
|
- { role: host_aggregate, tags: host_aggregate }
|
|
- { role: identity_domain, tags: identity_domain }
|
|
- { role: identity_group, tags: identity_group }
|
|
- { role: identity_role, tags: identity_role }
|
|
- { role: identity_user, tags: identity_user }
|
|
- { role: image, tags: image }
|
|
- { role: inventory, tags: inventory }
|
|
- { role: keypair, tags: keypair }
|
|
- { role: keystone_federation_protocol, tags: keystone_federation_protocol }
|
|
- { role: keystone_idp, tags: keystone_idp }
|
|
- { role: loadbalancer, tags: loadbalancer }
|
|
- { role: logging, tags: logging }
|
|
- { role: network, tags: network }
|
|
- { role: neutron_rbac_policy, tags: neutron_rbac_policy }
|
|
- { role: object, tags: object }
|
|
- { role: object_container, tags: object_container }
|
|
- { role: object_containers_info, tags: object_containers_info }
|
|
- { role: port, tags: port }
|
|
- { role: trait, tags: trait }
|
|
- { role: trunk, tags: trunk }
|
|
- { role: project, tags: project }
|
|
- { role: quota, tags: quota }
|
|
- { role: recordset, tags: recordset }
|
|
- { role: resource, tags: resource }
|
|
- { role: resources, tags: resources }
|
|
- { role: role_assignment, tags: role_assignment }
|
|
- { role: router, tags: router }
|
|
- { role: security_group, tags: security_group }
|
|
- { role: security_group_rule, tags: security_group_rule }
|
|
- { role: server, tags: server }
|
|
- { role: server_action, tags: server_action }
|
|
- { role: server_group, tags: server_group }
|
|
- { role: server_metadata, tags: server_metadata }
|
|
- { role: server_volume, tags: server_volume }
|
|
- { role: stack, tags: stack }
|
|
- { role: subnet, tags: subnet }
|
|
- { role: subnet_pool, tags: subnet_pool }
|
|
- { role: volume, tags: volume }
|
|
- { role: volume_type, tags: volume_type }
|
|
- { role: volume_backup, tags: volume_backup }
|
|
- { role: volume_service, tags: volume_service }
|
|
- { role: volume_snapshot, tags: volume_snapshot }
|
|
- { role: volume_type_access, tags: volume_type_access }
|