Fix YAML syntax in NXOS documentation (#4922)

* Fix YAML syntax in NXOS documentation

Use ':' and not '=' to ensure valid YAML
in the EXAMPLES

* Correcting introduced syntax error
pull/18777/head
Josh Lothian 8 years ago committed by Matt Clay
parent 10af591da2
commit 319b2b28cb

@ -86,33 +86,33 @@ EXAMPLES = '''
# Radius Server Basic settings # Radius Server Basic settings
- name: "Radius Server Basic settings" - name: "Radius Server Basic settings"
nxos_aaa_server: nxos_aaa_server:
server_type=radius server_type: radius
server_timeout=9 server_timeout: 9
deadtime=20 deadtime: 20
directed_request=enabled directed_request: enabled
host={{ inventory_hostname }} host: inventory_hostname }}
username={{ un }} username: un }}
password={{ pwd }} password: pwd }}
# Tacacs Server Basic settings # Tacacs Server Basic settings
- name: "Tacacs Server Basic settings" - name: "Tacacs Server Basic settings"
nxos_aaa_server: nxos_aaa_server:
server_type=tacacs server_type: tacacs
server_timeout=8 server_timeout: 8
deadtime=19 deadtime: 19
directed_request=disabled directed_request: disabled
host={{ inventory_hostname }} host: inventory_hostname }}
username={{ un }} username: un }}
password={{ pwd }} password: pwd }}
# Setting Global Key # Setting Global Key
- name: "AAA Server Global Key" - name: "AAA Server Global Key"
nxos_aaa_server: nxos_aaa_server:
server_type=radius server_type: radius
global_key=test_key global_key: test_key
host={{ inventory_hostname }} host: inventory_hostname }}
username={{ un }} username: un }}
password={{ pwd }} password: pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -564,4 +564,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -83,38 +83,38 @@ EXAMPLES = '''
# Radius Server Host Basic settings # Radius Server Host Basic settings
- name: "Radius Server Host Basic settings" - name: "Radius Server Host Basic settings"
nxos_aaa_server_host: nxos_aaa_server_host:
state=present state: present
server_type=radius server_type: radius
address=1.2.3.4 address: 1.2.3.4
acct_port=2084 acct_port: 2084
host_timeout=10 host_timeout: 10
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# Radius Server Host Key Configuration # Radius Server Host Key Configuration
- name: "Radius Server Host Key Configuration" - name: "Radius Server Host Key Configuration"
nxos_aaa_server_host: nxos_aaa_server_host:
state=present state: present
server_type=radius server_type: radius
address=1.2.3.4 address: 1.2.3.4
key=hello key: hello
encrypt_type=7 encrypt_type: 7
host={{ inventory_hostname }} host: inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# TACACS Server Host Configuration # TACACS Server Host Configuration
- name: "Tacacs Server Host Configuration" - name: "Tacacs Server Host Configuration"
nxos_aaa_server_host: nxos_aaa_server_host:
state=present state: present
server_type=tacacs server_type: tacacs
tacacs_port=89 tacacs_port: 89
host_timeout=10 host_timeout: 10
address=5.6.7.8 address: 5.6.7.8
host={{ inventory_hostname }} host: inventory_hostname }}
username={{ un }} username: un }}
password={{ pwd }} password: pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -575,4 +575,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -278,9 +278,10 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# configure a simple asn # configure a simple asn
- nxos_bgp: - nxos_bgp:
asn=65535 asn: 65535
vrf=default vrf: test
state=present router_id: 1.1.1.1
state: present
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"

@ -247,12 +247,12 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# configure a simple address-family # configure a simple address-family
- nxos_bgp_af: - nxos_bgp_af:
asn=65535 asn: 65535
vrf=TESTING vrf: TESTING
afi=ipv4 afi: ipv4
safi=unicast safi: unicast
advertise_l2vpn_evpn=true advertise_l2vpn_evpn: true
state=present state: present
''' '''
RETURN = ''' RETURN = '''

@ -40,7 +40,10 @@ options:
''' '''
EXAMPLES = ''' EXAMPLES = '''
- nxos_evpn_global: - nxos_evpn_global:
nv_overlay_evpn=true nv_overlay_evpn: true
username: "{{ un }}"
password: "{{ pwd }}"
host: "{{ inventory_hostname }}"
''' '''
RETURN = ''' RETURN = '''

@ -72,10 +72,10 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ensure igmp snooping params supported in this module are in there default state # ensure igmp snooping params supported in this module are in there default state
- nxos_igmp_snooping: - nxos_igmp_snooping:
state=default state: default
host={{ inventory_hostname }} host: inventory_hostname }}
username={{ un }} username: un }}
password={{ pwd }} password: pwd }}
# ensure following igmp snooping params are in the desired state # ensure following igmp snooping params are in the desired state
- nxos_igmp_snooping: - nxos_igmp_snooping:
@ -86,8 +86,8 @@ EXAMPLES = '''
report_supp: true report_supp: true
v3_report_supp: true v3_report_supp: true
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''

@ -120,9 +120,9 @@ options:
''' '''
EXAMPLES = ''' EXAMPLES = '''
- nxos_interface_ospf: - nxos_interface_ospf:
interface=ethernet1/32 interface: ethernet1/32
ospf=1 ospf: 1
area=1 area: 1
cost=default cost=default
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"

@ -56,34 +56,35 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# Ensure system mtu is 9126 # Ensure system mtu is 9126
- nxos_mtu: - nxos_mtu:
sysmtu=9216 sysmtu: 9216
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# Config mtu on Eth1/1 (routed interface) # Config mtu on Eth1/1 (routed interface)
- nxos_mtu: - nxos_mtu:
interface=Ethernet1/1 interface: Ethernet1/1
mtu=1600 mtu: 1600
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# Config mtu on Eth1/3 (switched interface) # Config mtu on Eth1/3 (switched interface)
- nxos_mtu: - nxos_mtu:
interface=Ethernet1/3 interface: Ethernet1/3
mtu=9216 mtu: 9216
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# Unconfigure mtu on a given interface # Unconfigure mtu on a given interface
- nxos_mtu: - nxos_mtu:
interface=Ethernet1/3 interface: Ethernet1/3
mtu=9216 host={{ inventory_hostname }} mtu: 9216
username={{ un }} host: {{ inventory_hostname }}
password={{ pwd }} username: {{ un }}
state=absent password: {{ pwd }}
state: absent
''' '''
RETURN = ''' RETURN = '''
@ -591,4 +592,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -78,12 +78,12 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# Set NTP Server with parameters # Set NTP Server with parameters
- nxos_ntp: - nxos_ntp:
server=1.2.3.4 server: 1.2.3.4
key_id=32 key_id: 32
prefer=enabled prefer: enabled
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -629,4 +629,4 @@ def main():
from ansible.module_utils.basic import * from ansible.module_utils.basic import *
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -74,12 +74,12 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# Basic NTP authentication configuration # Basic NTP authentication configuration
- nxos_ntp_auth: - nxos_ntp_auth:
key_id=32 key_id: 32
md5string=hello md5string: hello
auth_type=text auth_type: text
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -566,4 +566,4 @@ def main():
module.exit_json(**results) module.exit_json(**results)
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -62,12 +62,12 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# Basic NTP options configuration # Basic NTP options configuration
- nxos_ntp_options: - nxos_ntp_options:
master=true master: true
stratum=12 stratum: 12
logging=false logging: false
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -512,4 +512,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -46,7 +46,7 @@ options:
EXAMPLES = ''' EXAMPLES = '''
- nxos_ospf: - nxos_ospf:
ospf=ntc ospf: 1
state: present state: present
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"

@ -44,7 +44,7 @@ options:
''' '''
EXAMPLES = ''' EXAMPLES = '''
- nxos_overlay_global: - nxos_overlay_global:
anycast_gateway_mac="b.b.b" anycast_gateway_mac: "b.b.b"
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"

@ -40,7 +40,7 @@ options:
''' '''
EXAMPLES = ''' EXAMPLES = '''
- nxos_pim: - nxos_pim:
ssm_range="232.0.0.0/8" ssm_range: "232.0.0.0/8"
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"

@ -108,40 +108,40 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ensure PIM is not running on the interface # ensure PIM is not running on the interface
- nxos_pim_interface: - nxos_pim_interface:
interface=eth1/33 interface: eth1/33
state=absent state: absent
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# ensure the interface has pim-sm enabled with the appropriate priority and hello interval # ensure the interface has pim-sm enabled with the appropriate priority and hello interval
- nxos_pim_interface: - nxos_pim_interface:
interface=eth1/33 interface: eth1/33
dr_prio=10 dr_prio: 10
hello_interval=40 hello_interval: 40
state=present state: present
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# ensure join-prune policies exist # ensure join-prune policies exist
- nxos_pim_interface: - nxos_pim_interface:
interface=eth1/33 interface: eth1/33
jp_policy_in=JPIN jp_policy_in: JPIN
jp_policy_out=JPOUT jp_policy_out: JPOUT
jp_type_in=routemap jp_type_in: routemap
jp_type_out=routemap jp_type_out: routemap
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# ensure defaults are in place # ensure defaults are in place
- nxos_pim_interface: - nxos_pim_interface:
interface=eth1/33 interface: eth1/33
state=default state: default
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -926,4 +926,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -59,12 +59,12 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ensure snmp community is configured # ensure snmp community is configured
- nxos_snmp_community: - nxos_snmp_community:
community=TESTING7 community: TESTING7
group=network-operator group: network-operator
state=present state: present
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''

@ -45,11 +45,11 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ensure snmp contact is configured # ensure snmp contact is configured
- nxos_snmp_contact: - nxos_snmp_contact:
contact=Test contact: Test
state=present state: present
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''

@ -79,12 +79,12 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ensure snmp host is configured # ensure snmp host is configured
- nxos_snmp_host: - nxos_snmp_host:
snmp_host=3.3.3.3 snmp_host: 3.3.3.3
community=TESTING community: TESTING
state=present state: present
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -631,4 +631,4 @@ def main():
if __name__ == "__main__": if __name__ == "__main__":
main() main()

@ -42,19 +42,19 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ensure snmp location is configured # ensure snmp location is configured
- nxos_snmp_location: - nxos_snmp_location:
location=Test location: Test
state=present state: present
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# ensure snmp location is not configured # ensure snmp location is not configured
- nxos_snmp_location: - nxos_snmp_location:
location=Test location: Test
state=absent state: absent
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -414,4 +414,4 @@ def main():
from ansible.module_utils.basic import * from ansible.module_utils.basic import *
if __name__ == "__main__": if __name__ == "__main__":
main() main()

@ -49,22 +49,22 @@ options:
choices: ['enabled','disabled'] choices: ['enabled','disabled']
''' '''
EXAMPLES = ''' EXAMPLES = '''
# ensure lldp trap configured # ensure lldp trap configured
- nxos_snmp_traps: - nxos_snmp_traps:
group=lldp group: lldp
state=enabled state: enabled
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# ensure lldp trap is not configured # ensure lldp trap is not configured
- nxos_snmp_traps: - nxos_snmp_traps:
group=lldp group: lldp
state=disabled state: disabled
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -493,4 +493,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -69,13 +69,13 @@ options:
EXAMPLES = ''' EXAMPLES = '''
- nxos_snmp_user: - nxos_snmp_user:
user=ntc user: ntc
group=network-operator group: network-operator
auth=md5 auth: md5
pwd=test_password pwd: test_password
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -555,4 +555,4 @@ def main():
if __name__ == "__main__": if __name__ == "__main__":
main() main()

@ -72,10 +72,10 @@ options:
EXAMPLES = ''' EXAMPLES = '''
- nxos_static_route: - nxos_static_route:
prefix="192.168.20.64/24" prefix: "192.168.20.64/24"
next_hop="3.3.3.3" next_hop: "3.3.3.3"
route_name=testing route_name: testing
pref=100 pref: 100
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"

@ -60,19 +60,19 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ensure udld aggressive mode is globally disabled and se global message interval is 20 # ensure udld aggressive mode is globally disabled and se global message interval is 20
- nxos_udld: - nxos_udld:
aggressive=disabled aggressive: disabled
msg_time=20 msg_time: 20
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# Ensure agg mode is globally enabled and msg time is 15 # Ensure agg mode is globally enabled and msg time is 15
- nxos_udld: - nxos_udld:
aggressive=enabled aggressive: enabled
msg_time=15 msg_time: 15
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -499,4 +499,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -48,29 +48,29 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ensure Ethernet1/1 is configured to be in aggressive mode # ensure Ethernet1/1 is configured to be in aggressive mode
- nxos_udld_interface: - nxos_udld_interface:
interface=Ethernet1/1 interface: Ethernet1/1
mode=aggressive mode: aggressive
state=present state: present
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# Remove the aggressive config only if it's currently in aggressive mode and then disable udld (switch default) # Remove the aggressive config only if it's currently in aggressive mode and then disable udld (switch default)
- nxos_udld_interface: - nxos_udld_interface:
interface=Ethernet1/1 interface: Ethernet1/1
mode=aggressive mode: aggressive
state=absent state: absent
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# ensure Ethernet1/1 has aggressive mode enabled # ensure Ethernet1/1 has aggressive mode enabled
- nxos_udld_interface: - nxos_udld_interface:
interface=Ethernet1/1 interface: Ethernet1/1
mode=enabled mode: enabled
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -511,4 +511,4 @@ def main():
module.exit_json(**results) module.exit_json(**results)
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -90,13 +90,13 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# configure a simple asn # configure a simple asn
- nxos_vpc: - nxos_vpc:
domain=100 domain: 100
role_priority=1000 role_priority: 1000
system_priority=2000 system_priority: 2000
pkl_dest=192.168.100.4 pkl_dest: 192.168.100.4
pkl_src=10.1.100.20 pkl_src: 10.1.100.20
peer_gw=true peer_gw: true
auto_recovery=true auto_recovery: true
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"

@ -58,8 +58,8 @@ options:
EXAMPLES = ''' EXAMPLES = '''
- nxos_vpc_portchannel: - nxos_vpc_portchannel:
portchannel=10 portchannel: 10
vpc=100 vpc: 100
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"

@ -67,9 +67,9 @@ options:
''' '''
EXAMPLES = ''' EXAMPLES = '''
- nxos_vrf_af: - nxos_vrf_af:
interface=nve1 interface: nve1
vni=6000 vni: 6000
ingress_replication=true ingress_replication: true
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"

@ -44,10 +44,10 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ENSURE VTP DOMAIN IS CONFIGURED # ENSURE VTP DOMAIN IS CONFIGURED
- nxos_vtp_domain: - nxos_vtp_domain:
domain=ntc domain: ntc
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
@ -417,4 +417,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -54,19 +54,19 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ENSURE VTP PASSWORD IS SET # ENSURE VTP PASSWORD IS SET
- nxos_vtp_password: - nxos_vtp_password:
password=ntc password: ntc
state=present state: present
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
# ENSURE VTP PASSWORD IS REMOVED # ENSURE VTP PASSWORD IS REMOVED
- nxos_vtp_password: - nxos_vtp_password:
password=ntc password: ntc
state=absent state: absent
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -474,4 +474,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -42,10 +42,10 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# ENSURE VTP VERSION IS 2 # ENSURE VTP VERSION IS 2
- nxos_vtp_version: - nxos_vtp_version:
version=2 version: 2
host={{ inventory_hostname }} host: {{ inventory_hostname }}
username={{ un }} username: {{ un }}
password={{ pwd }} password: {{ pwd }}
''' '''
RETURN = ''' RETURN = '''
@ -412,4 +412,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()

@ -74,12 +74,12 @@ options:
''' '''
EXAMPLES = ''' EXAMPLES = '''
- nxos_vxlan_vtep: - nxos_vxlan_vtep:
interface=nve1 interface: nve1
description=default description: default
host_reachability=default host_reachability: default
source_interface=Loopback0 source_interface: Loopback0
source_interface_hold_down_time=30 source_interface_hold_down_time: 30
shutdown=default shutdown: default
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"

@ -80,9 +80,9 @@ options:
''' '''
EXAMPLES = ''' EXAMPLES = '''
- nxos_vxlan_vtep_vni: - nxos_vxlan_vtep_vni:
interface=nve1 interface: nve1
vni=6000 vni: 6000
ingress_replication=default ingress_replication: default
username: "{{ un }}" username: "{{ un }}"
password: "{{ pwd }}" password: "{{ pwd }}"
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"

Loading…
Cancel
Save