cisco.nxos
cisco.nxos copied to clipboard
"distribute" option is missing for nxos_ntp_global module
SUMMARY
MDS switches support "distribute" option for ntp, but the same is missing in the module nxos_ntp_global
ISSUE TYPE
- Bug Report
COMPONENT NAME
nxos_ntp_global
ANSIBLE VERSION
latest
COLLECTION VERSION
latest
THINGS TO DO
- Add an option called "
distribute" , valid values areTrueandFalse, (no default values), ifTrueis passed thenntp distributecommand must be sent, ifFalseis passed thenno ntp distributecommand must be sent. - While doing other configurations, we need to check if the switch has distribution enabled(
show running-config | inc "ntp distribute"), if yes thenntp commitcommands needs to be sent at the end to commit the configuration
The virtual Nexus 9000 appliances that we have access to currently do not support the distribute command, rendering us unable to get this implemented properly. Hence, we are open to PRs to get this sorted.
cc @mikewiebe @praveenramoorthy