Note
This plugin is part of the community.general collection.
To install it use: ansible-galaxy collection install community.general.
To use it in a playbook, specify: community.general.profitbricks_datacenter.
The below requirements are needed on the host that executes this module.
| Parameter | Choices/Defaults | Comments |
|---|---|---|
| description string | The description of the virtual datacenter. | |
| location string |
| The datacenter location. |
| name string / required | The name of the virtual datacenter. | |
| state string |
| create or terminate datacenters |
| subscription_password string | THe ProfitBricks password. Overrides the PB_PASSWORD environment variable. | |
| subscription_user string | The ProfitBricks username. Overrides the PB_SUBSCRIPTION_ID environment variable. | |
| wait boolean |
| wait for the datacenter to be created before returning |
| wait_timeout string | Default: 600 | how long before wait gives up, in seconds |
- name: Create a datacenter
community.general.profitbricks_datacenter:
datacenter: Tardis One
wait_timeout: 500
- name: Destroy a datacenter (remove all servers, volumes, and other objects in the datacenter)
community.general.profitbricks_datacenter:
datacenter: Tardis One
wait_timeout: 500
state: absent
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/community/general/profitbricks_datacenter_module.html