Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to update firmware. Is the below XML working:<configConfMo cookie="0000020175/b2909140-0004-1004-8002-cdac38e14388"
inHierarchical="true" dn='sys/huu/firmwareUpdater'>
<inConfig>
<huuFirmwareUpdater dn='sys/huu/firmwareUpdater' a...
I'm having issue with using Ansible playbook to run password setting commands. My playbook as below: - name: Playbook to change admin user password for CIMC hosts: cimcserver gather_facts: no tasks: - name: multiple prompt, multiple answer (man...
I am trying to change Cisco controller password with ansible cisco.ios.ios_user module. My playbook as below:- name: Playbook to change admin user password for CIMC hosts: cimcserver gather_facts: no become: yes become_method: enable tasks: ...
Hi Marcel Zehnder,Thank you for providing this. Can I use module that is builtin, like cisco.aci, cisco.intersight, cisco.mso, cisco.nxos instead of imc? As I am not allowed to install new package in my system.Again, thanksPalash Barua