Russell
Russell
# show version Image stamp: /ws/swbuildm/rel_beluru_qaoff/code/build/lvm(swbuildm_rel_beluru_qaoff_rel_beluru) Dec 9 2021 22:37:35 WC.16.11.0003 591 Boot Image: Primary Boot ROM Version: WC.16.01.0010 Active Boot ROM: Primary It's a 2930F
And I am setting the environment variable: ANSIBLE_NETWORK_GROUP_MODULES=arubaoss ansible-playbook \ --inventory inventory.yml \ -vvvv \ aos-gen-temp.yml $ grep NETWORK /etc/ansible/ansible.cfg NETWORK_GROUP_MODULES=arubaoss
I can log into the switch manually using ssh.
I find I can use the arubaoss_vlan module as documented using both: ansible_connection: local and network_cli. I can also use the arubaoss_ntp module as documented. I can't use the arubaoss_config...
There is definitely an ssh connection to the switch as I can perform the vlan and ntp commands fine. I can definitely log in manually via ssh using the credentials...
I've now tried to use the config and command modules with ansible on an Ubuntu 20.04 machine. The same problem exists. The modules fail in a slightly different manner, but...
That's what I am doing i.e. using network_cli and using arubaoss_command as follows: hosts: aos_sws collections: - arubanetworks.aos_switch vars: ansible_network_os: arubanetworks.aos_switch.arubaoss ansible_connection: network_cli tasks: - name: Show running-config, show version...
Great thanks. I'll have a look at PowerDNS.
I've got a BlueCat Provider module written, testing out a few more RR types. One feature or bug, is that when I sync from BlueCat to the local Yaml Provider,...
So.... Say I am syncing 100s of zones from BC to YAML... There's no real way to determine say that: There are three changes: bozo.the.clown.net A record is updated frodo.hobbit.org...