Hello, i am new to ansible. I have to create ansible script to send cli commands over json-rpc nxapi. need to do following:
Task#1:
int vlan100
ip address 11.11.11.1/24
desc "Test"
no shut
Task#2:
show cdp neighbor
could you help me with ansible script?