We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMC version: 3.0(3a) and 2.0(13e)
When trying to set the serial over lan details using cisco_imc_sol module, the playbook throws error.
cisco_imc_sol
Executed the below snippet -
- name: sol setup case1 cisco_imc_sol: speed: 57600 comport: com0 ssh_port: 2000 state: present ip: "{{ imc_ip }}" username: "{{ imc_username }}" password: "{{ imc_password }}"
Observed below error -
fatal: [imc17]: FAILED! => {"changed": false, "failed": true, "msg": "Unsupported parameters for (cisco_imc_sol) module: comport. Supported parameters include: com_port,ip,password,port,proxy,secure,server,server_id,speed,ssh_port,state,username"}
Also observed in cisco_imc_sol.py that parameter value of server_id is mentioned as read-only, admin, user instead of 1.
cisco_imc_sol.py
server_id
read-only, admin, user
1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
IMC version: 3.0(3a) and 2.0(13e)
When trying to set the serial over lan details using
cisco_imc_sol
module, the playbook throws error.Executed the below snippet -
Observed below error -
Also observed in
cisco_imc_sol.py
that parameter value ofserver_id
is mentioned asread-only, admin, user
instead of1
.The text was updated successfully, but these errors were encountered: