Merge "Update author lines"
This commit is contained in:
commit
94e518e42c
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: {{ module_name }}
|
||||
short_description: {{ module_short_description }}
|
||||
author: Openstack Ansible SIG https://wiki.openstack.org/wiki/Ansible_SIG (@openstack)
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- {{ module_long_description }}
|
||||
options:
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: {{ module_name }}
|
||||
short_description: {{ module_short_description }}
|
||||
author: Openstack Ansible SIG https://wiki.openstack.org/wiki/Ansible_SIG (@openstack)
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- {{ module_long_description }}
|
||||
options:
|
||||
|
@ -10,9 +10,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
name: openstack
|
||||
plugin_type: inventory
|
||||
author:
|
||||
- "Marco Vito Moscaritolo <marco@agavee.com>"
|
||||
- "Jesse Keating <jesse.keating@rackspace.com>"
|
||||
author: OpenStack Ansible SIG
|
||||
short_description: OpenStack inventory source
|
||||
requirements:
|
||||
- "openstacksdk >= 0.28"
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: auth
|
||||
short_description: Retrieve an auth token
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve an auth token from an OpenStack Cloud
|
||||
requirements:
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: baremetal_inspect
|
||||
short_description: Explicitly triggers baremetal node introspection in ironic.
|
||||
author: "Julia Kreger (@juliakreger)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Requests Ironic to set a node into inspect state in order to collect metadata regarding the node.
|
||||
This command may be out of band or in-band depending on the ironic driver configuration.
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: baremetal_node
|
||||
short_description: Create/Delete Bare Metal Resources from OpenStack
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create or Remove Ironic nodes from OpenStack.
|
||||
options:
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: baremetal_node_action
|
||||
short_description: Activate/Deactivate Bare Metal Resources from OpenStack
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Deploy to nodes controlled by Ironic.
|
||||
options:
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: catalog_service
|
||||
short_description: Manage OpenStack Identity services
|
||||
author: "Sam Yaple (@SamYaple)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create, update, or delete OpenStack Identity service. If a service
|
||||
with the supplied name already exists, it will be updated with the
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: coe_cluster
|
||||
short_description: Add/Remove COE cluster from OpenStack Cloud
|
||||
author: "Feilong Wang (@flwang)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove COE cluster from the OpenStack Container Infra service.
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: coe_cluster_template
|
||||
short_description: Add/Remove COE cluster template from OpenStack Cloud
|
||||
author: "Feilong Wang (@flwang)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove COE cluster template from the OpenStack Container Infra
|
||||
service.
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: compute_flavor
|
||||
short_description: Manage OpenStack compute flavors
|
||||
author: "David Shrewsbury (@Shrews)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or remove flavors from OpenStack.
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: compute_flavor_info
|
||||
short_description: Retrieve information about one or more flavors
|
||||
author: "David Shrewsbury (@Shrews)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about available OpenStack instance flavors. By default,
|
||||
information about ALL flavors are retrieved. Filters can be applied to get
|
||||
|
@ -23,7 +23,7 @@ options:
|
||||
requirements:
|
||||
- "python >= 3.6"
|
||||
- "openstacksdk"
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: dns_zone
|
||||
short_description: Manage OpenStack DNS zones
|
||||
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage OpenStack DNS zones. Zones can be created, deleted or
|
||||
updated. Only the I(email), I(description), I(ttl) and I(masters) values
|
||||
|
@ -7,9 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: endpoint
|
||||
short_description: Manage OpenStack Identity service endpoints
|
||||
author:
|
||||
- Mohammed Naser (@mnaser)
|
||||
- Alberto Murillo (@albertomurillo)
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create, update, or delete OpenStack Identity service endpoints. If a
|
||||
service with the same combination of I(service), I(interface) and I(region)
|
||||
|
@ -6,8 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: federation_idp
|
||||
short_description: manage a federation Identity Provider
|
||||
author:
|
||||
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage a federation Identity Provider.
|
||||
options:
|
||||
|
@ -7,8 +7,7 @@ DOCUMENTATION = '''
|
||||
module: federation_idp_info
|
||||
short_description: Get the information about the available federation identity
|
||||
providers
|
||||
author:
|
||||
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Fetch a federation identity provider.
|
||||
options:
|
||||
|
@ -6,8 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: federation_mapping
|
||||
short_description: Manage a federation mapping
|
||||
author:
|
||||
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage a federation mapping.
|
||||
options:
|
||||
|
@ -6,8 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: federation_mapping_info
|
||||
short_description: Get the information about the available federation mappings
|
||||
author:
|
||||
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Fetch a federation mapping.
|
||||
options:
|
||||
|
@ -6,7 +6,7 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: floating_ip
|
||||
author: Davide Guerri (@dguerri) <davide.guerri@hp.com>
|
||||
author: OpenStack Ansible SIG
|
||||
short_description: Add/Remove floating IP from an instance
|
||||
description:
|
||||
- Add or Remove a floating IP to an instance.
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: group_assignment
|
||||
short_description: Associate OpenStack Identity users and groups
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add and remove users from groups
|
||||
options:
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: host_aggregate
|
||||
short_description: Manage OpenStack host aggregates
|
||||
author: "Jakub Jursa (@kuboj)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create, update, or delete OpenStack host aggregates. If a aggregate
|
||||
with the supplied name already exists, it will be updated with the
|
||||
|
@ -6,9 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: identity_domain
|
||||
short_description: Manage OpenStack Identity Domains
|
||||
author:
|
||||
- Monty Taylor (@emonty)
|
||||
- Haneef Ali (@haneefs)
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create, update, or delete OpenStack Identity domains. If a domain
|
||||
with the supplied name already exists, it will be updated with the
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: identity_domain_info
|
||||
short_description: Retrieve information about one or more OpenStack domains
|
||||
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about a one or more OpenStack domains
|
||||
- This module was called C(openstack.cloud.identity_domain_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: identity_group
|
||||
short_description: Manage OpenStack Identity Groups
|
||||
author: "Monty Taylor (@emonty), David Shrewsbury (@Shrews)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage OpenStack Identity Groups. Groups can be created, deleted or
|
||||
updated. Only the I(description) value can be updated.
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: identity_group_info
|
||||
short_description: Retrieve info about one or more OpenStack groups
|
||||
author: "Phillipe Smith (@phsmith)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve info about a one or more OpenStack groups.
|
||||
options:
|
||||
|
@ -6,9 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: identity_role
|
||||
short_description: Manage OpenStack Identity Roles
|
||||
author:
|
||||
- Monty Taylor (@emonty)
|
||||
- David Shrewsbury (@Shrews)
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage OpenStack Identity Roles.
|
||||
options:
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: identity_user
|
||||
short_description: Manage OpenStack Identity Users
|
||||
author: David Shrewsbury (@Shrews)
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage OpenStack Identity users. Users can be created,
|
||||
updated or deleted using this module. A user will be updated
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: identity_user_info
|
||||
short_description: Retrieve information about one or more OpenStack users
|
||||
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about a one or more OpenStack users
|
||||
- This module was called C(openstack.cloud.identity_user_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
|
@ -11,7 +11,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: image
|
||||
short_description: Add/Delete images from OpenStack Cloud
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove images from the OpenStack Image Repository
|
||||
options:
|
||||
|
@ -6,7 +6,7 @@
|
||||
DOCUMENTATION = '''
|
||||
module: image_info
|
||||
short_description: Retrieve information about an image within OpenStack.
|
||||
author: "Davide Agnello (@dagnello)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about a image image from OpenStack.
|
||||
- This module was called C(openstack.cloud.image_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
|
@ -9,7 +9,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: keypair
|
||||
short_description: Add/Delete a keypair from OpenStack
|
||||
author: "Benno Joy (@bennojoy)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove key pair from OpenStack
|
||||
options:
|
||||
|
@ -6,8 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: keystone_federation_protocol
|
||||
short_description: manage a federation Protocol
|
||||
author:
|
||||
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage a federation Protocol.
|
||||
options:
|
||||
|
@ -6,8 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: keystone_federation_protocol_info
|
||||
short_description: get information about federation Protocols
|
||||
author:
|
||||
- "Mark Chappell (@tremble) <mchappel@redhat.com>"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Get information about federation Protocols.
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: lb_listener
|
||||
short_description: Add/Delete a listener for a load balancer from OpenStack Cloud
|
||||
author: "Lingxian Kong (@lingxiankong)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove a listener for a load balancer from the OpenStack load-balancer service.
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: lb_member
|
||||
short_description: Add/Delete a member for a pool in load balancer from OpenStack Cloud
|
||||
author: "Lingxian Kong (@lingxiankong)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove a member for a pool from the OpenStack load-balancer service.
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: lb_pool
|
||||
short_description: Add/Delete a pool in the load balancing service from OpenStack Cloud
|
||||
author: "Lingxian Kong (@lingxiankong)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove a pool from the OpenStack load-balancer service.
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: loadbalancer
|
||||
short_description: Add/Delete load balancer from OpenStack Cloud
|
||||
author: "Lingxian Kong (@lingxiankong)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove load balancer from the OpenStack load-balancer
|
||||
service(Octavia). Load balancer update is not supported for now.
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: network
|
||||
short_description: Creates/removes networks from OpenStack
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or remove network from OpenStack.
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: networks_info
|
||||
short_description: Retrieve information about one or more OpenStack networks.
|
||||
author: "Davide Agnello (@dagnello)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about one or more networks from OpenStack.
|
||||
- This module was called C(openstack.cloud.networks_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: object
|
||||
short_description: Create or Delete objects and containers from OpenStack
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create or Delete objects and containers from OpenStack
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: port
|
||||
short_description: Add/Update/Delete ports from an OpenStack cloud.
|
||||
author: "Davide Agnello (@dagnello)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add, Update or Remove ports from an OpenStack cloud. A I(state) of
|
||||
'present' will ensure the port is created or updated if required.
|
||||
|
@ -6,7 +6,7 @@
|
||||
DOCUMENTATION = '''
|
||||
module: port_info
|
||||
short_description: Retrieve information about ports within OpenStack.
|
||||
author: "David Shrewsbury (@Shrews)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about ports from OpenStack.
|
||||
- This module was called C(openstack.cloud.port_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: project
|
||||
short_description: Manage OpenStack Projects
|
||||
author: "Alberto Gireud (@agireud)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage OpenStack Projects. Projects can be created,
|
||||
updated or deleted using this module. A project will be updated
|
||||
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: project_access
|
||||
short_description: Manage OpenStack compute flavors access
|
||||
author: "Roberto Polli (@ioggstream)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or remove flavor, volume_type or other resources access
|
||||
from OpenStack.
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: project_info
|
||||
short_description: Retrieve information about one or more OpenStack projects
|
||||
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about a one or more OpenStack projects
|
||||
- This module was called C(openstack.cloud.project_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: quota
|
||||
short_description: Manage OpenStack Quotas
|
||||
author: "Michael Gale (@mgale) <gale.michael@gmail.com>"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage OpenStack Quotas. Quotas can be created,
|
||||
updated or deleted using this module. A quota will be updated
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: recordset
|
||||
short_description: Manage OpenStack DNS recordsets
|
||||
author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Manage OpenStack DNS recordsets. Recordsets can be created, deleted or
|
||||
updated. Only the I(records), I(description), and I(ttl) values
|
||||
|
@ -6,7 +6,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: role_assignment
|
||||
short_description: Associate OpenStack Identity users and roles
|
||||
author: "Monty Taylor (@emonty), David Shrewsbury (@Shrews)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Grant and revoke roles in either project or domain context for
|
||||
OpenStack Identity Users.
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: router
|
||||
short_description: Create or delete routers from OpenStack
|
||||
author: "David Shrewsbury (@Shrews)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create or Delete routers from OpenStack. Although Neutron allows
|
||||
routers to share the same name, this module enforces name uniqueness
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: routers_info
|
||||
short_description: Retrieve information about one or more OpenStack routers.
|
||||
author: "Bram Verschueren (@bverschueren)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about one or more routers from OpenStack.
|
||||
options:
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: security_group
|
||||
short_description: Add/Delete security groups from an OpenStack cloud.
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove security groups from an OpenStack cloud.
|
||||
options:
|
||||
|
@ -8,9 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: security_group_rule
|
||||
short_description: Add/Delete rule from an existing security group
|
||||
author:
|
||||
- "Benno Joy (@bennojoy)"
|
||||
- "Jeffrey van Pelt (@Thulium-Drake)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove rule from an existing security group
|
||||
options:
|
||||
|
@ -11,7 +11,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: server
|
||||
short_description: Create/Delete Compute Instances from OpenStack
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create or Remove compute instances from OpenStack.
|
||||
options:
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: server_action
|
||||
short_description: Perform actions on Compute Instances from OpenStack
|
||||
author: "Jesse Keating (@omgjlk)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Perform server actions on an existing compute instance from OpenStack.
|
||||
This module does not return any data other than changed true/false.
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: server_group
|
||||
short_description: Manage OpenStack server groups
|
||||
author: "Lingxian Kong (@kong)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or remove server groups from OpenStack.
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: server_info
|
||||
short_description: Retrieve information about one or more compute instances
|
||||
author: Monty (@emonty)
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about server instances from OpenStack.
|
||||
- This module was called C(os_server_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: server_metadata
|
||||
short_description: Add/Update/Delete Metadata in Compute Instances from OpenStack
|
||||
author: "Mario Santos (@ruizink)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add, Update or Remove metadata in compute instances from OpenStack.
|
||||
options:
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: server_volume
|
||||
short_description: Attach/Detach Volumes from OpenStack VM's
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Attach or Detach volumes from OpenStack VM's
|
||||
options:
|
||||
|
@ -9,9 +9,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: stack
|
||||
short_description: Add/Remove Heat Stack
|
||||
author:
|
||||
- "Mathieu Bultel (@matbu)"
|
||||
- "Steve Baker (@steveb)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove a Stack to an OpenStack Heat
|
||||
options:
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: subnet
|
||||
short_description: Add/Remove subnet to an OpenStack network
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Add or Remove a subnet to an OpenStack network
|
||||
options:
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: subnets_info
|
||||
short_description: Retrieve information about one or more OpenStack subnets.
|
||||
author: "Davide Agnello (@dagnello)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Retrieve information about one or more subnets from OpenStack.
|
||||
- This module was called C(openstack.cloud.subnets_facts) before Ansible 2.9, returning C(ansible_facts).
|
||||
|
@ -7,7 +7,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: volume
|
||||
short_description: Create/Delete Cinder Volumes
|
||||
author: "Monty Taylor (@emonty)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create or Remove cinder block storage volumes
|
||||
options:
|
||||
|
@ -8,7 +8,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: volume_snapshot
|
||||
short_description: Create/Delete Cinder Volume Snapshots
|
||||
author: "Mario Santos (@ruizink)"
|
||||
author: OpenStack Ansible SIG
|
||||
description:
|
||||
- Create or Delete cinder block storage volume snapshots
|
||||
options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user