profitbricks_volume_attachments – Attach or detach a volume¶
Synopsis¶
- Allows you to attach or detach a volume from a ProfitBricks server. This module has a dependency on profitbricks >= 1.0.0
Parameters¶
Examples¶
# Attach a Volume
- profitbricks_volume_attachments:
datacenter: Tardis One
server: node002
volume: vol01
wait_timeout: 500
state: present
# Detach a Volume
- profitbricks_volume_attachments:
datacenter: Tardis One
server: node002
volume: vol01
wait_timeout: 500
state: absent
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
Hint
If you notice any issues in this documentation, you can edit this document to improve it.