-
### Summary
generating a config file using `ansible-config init --disabled -t all` creates a config files that has the `private_key_file` listed twice under the [defaults] sections.
The only n…
-
I am struggling my head around this, and cannot understand if it's my fault or not.
I have two host groups, spine and leaf.
on spine I defined:
```
module: [ ospf, bgp, evpn ]
```
and on lea…
-
Hello,
i'd like to ask if it is possible to add a parameter to the aoscx_facts module to get all LLDP neighbors of a device similar to the CLI commands `show lldp neighbor-info`or `show lldp neighb…
-
### Summary
Hello everybody,
trying to deal with Global Sign Atlas API to test SSL certificate delivery I can't login to URl endpoint : 'https://emea.api.hvca.globalsign.com:8443/v2/login'
Howe…
-
Hi Team,
We are working on a use case where MAC address table contents are retrieved over HTTPS. The aoscx_facts does not seem to return the complete information that is available in the MAC addres…
-
Hello, i am running simple playbook using `arubaoss_command` for 4 hosts (switches).
playbook:
```yaml
- hosts: all
vars:
ansible_connection: network_cli
serial: 4
gather_facts: Fa…
-
Hello,
i'm trying to add a VLAN in mode trunk to an interface and get the error:
`pyaoscx.exceptions.generic_op_error.GenericOperationError: 'GENERIC OPERATION ERROR: Internal service error.\n: Co…
-
##### SUMMARY
I'm reposting this here based on comments my other ticket with ansible and powershell.
https://github.com/ansible/ansible/issues/48881
https://github.com/ansible/ansible…
-
When you the following yaml
```yaml
- hosts: all
collections:
- arubanetworks.aoscx
vars:
gather_facts: False
tasks:
- name: Remove vlan
aoscx_vlan:
state: delete
…
-
I have an Aruba host running Aruba OS version 16.10 as the target.
These are the group variables:
```
ansible_network_os: arubanetworks.aos_switch.arubaoss
ANSIBLE_NETWORK_GROUP_MODULES: arubaoss
…