-
I tried running one of the example playbooks on a test switch within a virtual environment and got the error `No module named utils.display`:
```
(.venv) username@ansible-controller:~/projects/ansib…
-
Hello,
As the subject says, I would like to be able to remove the "sntp server priority 1 X.X.X.X" from my config, either using cli or API, but I don't know how to do it with the module.
-
I modified show_command.yml example to list clients like:
```
- name: Sample playbook to execute a show command and get all the configuration of a node
hosts: localhost
connection: local
…
-
```yml
- name: Remove IP-Address VLAN 300
arubaoss_vlan:
vlan_id: 300
config: "delete"
command: config_vlan_ipaddress
vlan_ip_address: "192.168.0.1"
vlan_ip_…
-
option to remove interface description
option to have interface range (7,8 and 7-10 etc)
Thanks )
-
##### SUMMARY
I try to reproduce a CI issue and so I run: `ansible-test sanity --test validate-modules`. `ansible-test` starts a process that consumes a lot of CPU cycle without showing any progres…
-
##### SUMMARY
In some cases, after you send a "commit" command to a device, you need to confirm the commit before its applied. Since cliconf/iosxr.py doesn't process this confirmation, the playbook e…
-
##### SUMMARY
The playbook creates the nodes and the inventory files for instructor and student under ansible/workshops/provisioner/ but no pem file so ssh fails
##### ISSUE TYPE
- Bug Report
…
-
If the switch have a user UT_OPERATOR configured, each API call need to be authenticated, even the '/rest/version'.
But the `get_config()` or `run_commands()` refers to `get_version()` which does not…
-
##### SUMMARY
The aruba_command & aruba_config modules will not logon to the aruba mobility controller. I tried the versions ArubaOS 6.4.4.16 and ArubaOS 8.3.0.5
##### ISSUE TYPE
- Bug…
imuab updated
5 years ago