ansible/network/nxos
Peter Sprygada 73352bb9a3 update nxos_config with new arguments
* add src argument to provide path to config file
* add new choice to match used to ignore current running config
* add update argument with choices merge or check
* add backup argument to backup current running config to control host
* add defaults argument to control collection of config with or without defaults
* add save argument to save current running config to startup config
* add state argument to control state of config file
* deprecated force argument, use match=none instead
2016-08-21 08:50:59 -04:00
..
__init__.py initial add of new nxos_config module 2016-02-04 11:31:19 -05:00
nxos_command.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_config.py update nxos_config with new arguments 2016-08-21 08:50:59 -04:00
nxos_facts.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_feature.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_interface.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_ip_interface.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_nxapi.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_ping.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_switchport.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_template.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_vlan.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_vrf.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_vrf_interface.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_vrrp.py NXOS Docs update 2016-08-05 13:01:13 +01:00