.. Document meta :orphan: .. Anchors .. _ansible_collections.cisco.dnac.configuration_template_deploy_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title cisco.dnac.configuration_template_deploy -- Resource module for Configuration Template Deploy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This plugin is part of the `cisco.dnac collection `_ (version 3.0.0). To install it use: :code:`ansible-galaxy collection install cisco.dnac`. To use it in a playbook, specify: :code:`cisco.dnac.configuration_template_deploy`. .. version_added .. versionadded:: 1.0.0 of cisco.dnac .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Manage operation create of the resource Configuration Template Deploy. .. note:: This module has a corresponding :ref:`action plugin `. .. Aliases .. Requirements Requirements ------------ The below requirements are needed on the host that executes this module. - dnacentersdk .. Options Parameters ---------- .. raw:: html
Parameter Choices/Defaults Comments
forcePushTemplate
boolean
    Choices:
  • no
  • yes
ForcePushTemplate flag.
isComposite
boolean
    Choices:
  • no
  • yes
IsComposite flag.
mainTemplateId
string
Configuration Template Deploy's mainTemplateId.
memberTemplateDeploymentInfo
list / elements=string
Configuration Template Deploy's memberTemplateDeploymentInfo.
targetInfo
list / elements=string
Configuration Template Deploy's targetInfo.
hostName
string
Configuration Template Deploy's hostName.
id
string
Configuration Template Deploy's id.
params
dictionary
Configuration Template Deploy's params.
type
string
Configuration Template Deploy's type.
templateId
string
Configuration Template Deploy's templateId.

.. Notes .. Seealso See Also -------- .. seealso:: `Configuration Template Deploy reference `_ Complete reference of the Configuration Template Deploy object model. .. Examples Examples -------- .. code-block:: yaml+jinja - name: Create cisco.dnac.configuration_template_deploy: dnac_host: "{{dnac_host}}" dnac_username: "{{dnac_username}}" dnac_password: "{{dnac_password}}" dnac_verify: "{{dnac_verify}}" dnac_port: "{{dnac_port}}" dnac_version: "{{dnac_version}}" dnac_debug: "{{dnac_debug}}" forcePushTemplate: true isComposite: true mainTemplateId: string memberTemplateDeploymentInfo: - string targetInfo: - hostName: string id: string params: {} type: string templateId: string .. Facts .. Return values Return Values ------------- Common return values are documented :ref:`here `, the following are the fields unique to this module: .. raw:: html
Key Returned Description
dnac_response
dictionary
always
A dictionary or list with the response returned by the Cisco DNAC Python SDK

Sample:
{ "deploymentId": "string", "deploymentName": "string", "devices": [ { "deviceId": "string", "duration": "string", "endTime": "string", "ipAddress": "string", "name": "string", "startTime": "string", "status": "string" } ], "duration": "string", "endTime": "string", "projectName": "string", "startTime": "string", "status": "string", "templateName": "string", "templateVersion": "string" }


.. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Rafael Campos (@racampos) .. Parsing errors