dell / dellemc-openmanage-ansible-modules

Dell OpenManage Ansible Modules
GNU General Public License v3.0
335 stars 163 forks source link

idrac_firmware - error 403 #116

Closed markatdxb closed 4 years ago

markatdxb commented 4 years ago

hi, i just wrote a simple playbook trying to update fw on my idrac but always getting error: urlopen error Tunnel connection failed: 403 Forbidden here is complete info:

{
    "msg": "<urlopen error Tunnel connection failed: 403 Forbidden>",
    "invocation": {
        "module_args": {
            "idrac_ip": "10.10.11.11",
            "idrac_user": "root",
            "idrac_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
            "share_name": "10.10.10.11:/RDMStore",
            "share_mnt": "/",
            "reboot": true,
            "job_wait": true,
            "catalog_file_name": "Servers-Dell iDRAC Servers_1.01_Catalog.xml",
            "idrac_port": 443,
            "ignore_cert_warning": true,
            "apply_update": true,
            "share_user": null,
            "share_password": null
        }
    },
    "_ansible_no_log": false,
    "changed": false
}
markatdxb commented 4 years ago

sorry my mistake - i figured that problem was on share configuration