cisco.dnac.site_device – Manage SiteDevice objects of Sites¶
Note
This plugin is part of the cisco.dnac collection (version 2.0.7).
To install it use: ansible-galaxy collection install cisco.dnac
.
To use it in a playbook, specify: cisco.dnac.site_device
.
New in version 1.0.0: of cisco.dnac
Parameters¶
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.site_device
The official documentation on the cisco.dnac.plugins.module_utils.definitions.site_device module.
- SiteDevice reference
Complete reference of the SiteDevice object model.
- SiteDevice reference
SDK reference.
Examples¶
- name: assign_device_to_site
cisco.dnac.site_device:
state: create # required
site_id: SomeValue # string, required
device: # required
- ip: SomeValue # string, required
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)