Jørgen

Results 18 comments of Jørgen

@phpipam Any updates? running v1.4.2, not working.

Hello! Not totally related, but it seems to fail towards Nexus 7k with http: ```bash fatal: [N7K]: FAILED! => changed=false copy_cmd: copy http://********@192.168.1.10/n7000-s2-dk9.8.4.6a.bin bootflash:/n7000-s2-dk9.8.4.6a.bin vrf management file_system: 'bootflash:' local_file: bootflash:/n7000-s2-dk9.8.4.6a.bin...

```yaml - name: cisco.nxos.nxos_install | Test when: software_kickstart is defined cisco.nxos.nxos_install_os: kickstart_image_file: "{{ software_kickstart }}" system_image_file: "{{ software_image }}" issu: false register: software_installed vars: ansible_command_timeout: 600 ansible_connect_timeout: 600 ``` Tried...

Good day, any progress here? Having the same problem when I'm trying to build my ee from ansible automation platform.

@NilashishC Yes, that's for sure what is happening. But for instance cisco.ios.ios_snmp_server has the same challenge, but that does not apply the password as long as the users is provisioned,...

@ledgley For me it seems like idempotency breaks when applying the password. ```yaml auth: - authentication: algorithm: sha localized_key: false password: password1234 priv: aes_128: true privacy_password: password1234 group: network-admin user:...

Yeah my question is answered, thing is that I would like to negate all config that is not in my ansible task, other than the user. Would be nice if...

```yaml n9k-n93180yc-fx# show run snmp !Command: show running-config snmp !Running configuration last done at: Mon Jun 3 10:04:07 2024 !Time: Thu Jun 6 14:10:51 2024 version 9.3(12) Bios:version 05.47 snmp-server...

@electrocret I am more than happy to help you!

Good day, See that this issue has not been done anything with for a while. Like @refriedjello I've done it the way he has done both for cisco.ios and cisco.nxos....