New in version 2.0.
- python = 2.7
- requests >= 2.5.0
- clc-sdk
parameter | required | default | choices | comments |
---|---|---|---|---|
package_id |
yes |
The package id of the blue print.
|
||
package_params |
no |
The dictionary of arguments required to deploy the blue print.
|
||
server_ids |
yes |
A list of server Ids to deploy the blue print package.
|
||
state |
no | present |
|
Whether to install or un-install the package. Currently it supports only "present" for install action.
|
wait |
no | True |
|
Whether to wait for the tasks to finish before returning.
|
# Note - You must set the CLC_V2_API_USERNAME And CLC_V2_API_PASSWD Environment variables before running these examples - name: Deploy package clc_blueprint_package: server_ids: - UC1TEST-SERVER1 - UC1TEST-SERVER2 package_id: 77abb844-579d-478d-3955-c69ab4a7ba1a package_params: {}
Common return values are documented here Return Values, the following are the fields unique to this module:
name | description | returned | type | sample |
---|---|---|---|---|
server_ids |
The list of server ids that are changed
|
success | list | ['UC1TEST-SERVER1', 'UC1TEST-SERVER2'] |
Note
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.