ieisystem.inmanage.edit_virtual_media – Set virtual media¶
Note
This plugin is part of the ieisystem.inmanage collection.
To install it use: ansible-galaxy collection install ieisystem.inmanage
.
To use it in a playbook, specify: ieisystem.inmanage.edit_virtual_media
.
New in version 1.0.0: of ieisystem.inmanage
Requirements¶
The below requirements are needed on the host that executes this module.
Python 3.7+
inManage
Parameters¶
Examples¶
- name: Media test
hosts: inmanage
no_log: true
connection: local
gather_facts: no
vars:
inmanage:
host: "{{ ansible_ssh_host }}"
username: "{{ username }}"
password: "{{ password }}"
tasks:
- name: "Set local media"
ieisystem.inmanage.edit_virtual_media:
local_media_support: "Enable"
provider: "{{ inmanage }}"
- name: "Set remote media"
ieisystem.inmanage.edit_virtual_media:
remote_media_support: "Enable"
mount_type: 'CD'
same_settings: 0
mount: "Enable"
remote_server_address: "100.2.28.203"
remote_source_path: "/data/nfs/server/"
remote_share_type: "nfs"
provider: "{{ inmanage }}"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
WangBaoshan (@ieisystem)