Note
This plugin is part of the community.windows collection.
To install it use: ansible-galaxy collection install community.windows
.
To use it in a playbook, specify: community.windows.win_computer_description
.
Parameter | Choices/Defaults | Comments |
---|---|---|
description string | String value to apply to Windows descripton. Specify value of "" to clear the value. | |
organization string | String value of organization that the Windows is licensed to. Specify value of "" to clear the value. | |
owner string | String value of the persona that the Windows is licensed to. Specify value of "" to clear the value. |
- name: Set Windows description, owner and organization community.windows.win_computer_description: description: Best Box owner: RusoSova organization: MyOrg register: result - name: Set Windows description only community.windows.win_computer_description: description: This is my Windows machine register: result - name: Set organization and clear owner field community.windows.win_computer_description: owner: '' organization: Black Mesa - name: Clear organization, description and owner community.windows.win_computer_description: organization: "" owner: "" description: "" register: result
© 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/windows/win_computer_description_module.html