Peter Sprygada
cba30b637a
updates nxos_config to remove state argument
...
The state argument should not be in the nxos_config module. This change
removes the state argument for this release
2016-09-04 09:19:40 -04:00
Peter Sprygada
989a2c7d0f
removes argument from vyos_config module
...
The state argument should not be in vyos_config. This commit removes the
state argument
2016-09-04 09:17:15 -04:00
Peter Sprygada
e0f7912e37
removes state argument from ios_config
...
The state argument should not be in ios_config. This change removes the
state argument
2016-09-04 09:16:31 -04:00
Peter Sprygada
330e323705
removes state argument from ops_config module
...
this removes the state argument from ops_config. The state argument should
not have been there
2016-09-04 09:15:03 -04:00
GGabriele
9b03b39eb6
Removed tabs
2016-09-04 13:20:52 +02:00
GGabriele
7c9b5b8841
Fixed module structure
2016-09-04 13:13:54 +02:00
GGabriele
e725a077c5
Fixed module structure
2016-09-04 12:58:00 +02:00
Peter Sprygada
a11a311b49
update junos_config module
...
* adds src argument to load configuration from disk
* adds src_format to set the source file format
* adds update argument with choices merge or replace
* deprecates the replace argument in favor of update=replace
2016-09-03 15:15:37 -04:00
Peter Sprygada
256730e997
add new functionality to junos_command module
...
* commands argument now accepts a dict arguments
* rpcs argument now accepts a dict argument
* waitfor has been renamed to wait_for with an alias to waitfor
* only show commands are allowd when check mode is specified
* config mode is no longer allowed in the command stack
* add argument match with valid values any, all
2016-09-03 06:09:46 -04:00
Peter Sprygada
ba8613cae9
update junos_netconf module
...
Updates the junos_netconf module with changes to load the
NetworkModule instead of the get_module factory method. This
update is part of the 2.2 refactor of network modules
2016-09-02 22:40:38 -04:00
Peter Sprygada
0dfd3f177f
update junos_template module
...
This updates the junos_template module implementing the changes for
Ansible 2.2
2016-09-02 22:36:22 -04:00
GGabriele
bafdedd25b
Fix docstring
2016-09-03 04:16:21 +02:00
GGabriele
a9dc536174
Adding nxos_igmp_interface
2016-09-03 04:09:39 +02:00
GGabriele
0838736b1a
Adding nxos_igmp
2016-09-03 03:42:33 +02:00
Matt Clay
982c4557d2
Python 3 fixes for async_wrapper and async_status. ( #4671 )
2016-09-02 18:35:14 -07:00
GGabriele
73b5841b2b
nxos_vrf_interface support for 2.1 and 2.2
2016-09-03 03:33:57 +02:00
GGabriele
6d7326cb03
Updating nxos_vrf
2016-09-03 03:29:26 +02:00
GGabriele
7922796e92
nxos_vlan support 2.1 and 2.2
2016-09-03 03:20:24 +02:00
Matt Clay
05c6707a32
Make async_wrapper ignore '_' as an argsfile. ( #4678 )
...
This provides support for passing additional positional parameters to async_wrapper.
Additional parameters will be used by the upcoming async support for Windows.
2016-09-02 18:19:29 -07:00
GGabriele
87839953db
nxos_ping support for 2.1 and 2.2
2016-09-03 03:13:43 +02:00
GGabriele
811ce02178
nxos_ip_interface support for 2.1 and 2.2
2016-09-03 03:08:32 +02:00
GGabriele
814eb0609d
Adding nxos_reboot
2016-09-03 02:47:41 +02:00
GGabriele
373ebaeeb4
Fix PR
2016-09-03 02:43:43 +02:00
GGabriele
4f0259ff9b
Added python object for 2.1 and 2.2 support
2016-09-03 02:40:50 +02:00
GGabriele
65c6f5079c
Increase timeout
2016-09-03 02:27:21 +02:00
GGabriele
b89467ada4
Fixed docstring
2016-09-03 02:15:43 +02:00
GGabriele
2c7e9a0330
Adding nxos_rollback
2016-09-03 02:11:14 +02:00
GGabriele
15d4fa4207
Adding nxos_vxlan_vtep
2016-09-03 01:46:59 +02:00
GGabriele
af7fb1a40b
Fix docstring
2016-09-03 01:34:10 +02:00
GGabriele
5de77d4e6e
Adding nxos_vrf_af
2016-09-03 01:32:46 +02:00
GGabriele
8bf651afaa
Adding nxos_portchannel
2016-09-03 01:22:02 +02:00
GGabriele
a7ea96f61e
Adding nxos_vpc
2016-09-03 01:10:07 +02:00
GGabriele
61642cce45
Adding nxos_static_route
2016-09-03 00:59:46 +02:00
GGabriele
c6c0ff42ed
Fix error handling
2016-09-03 00:52:37 +02:00
GGabriele
47ce78de3e
Adding nxos_smu
2016-09-03 00:47:55 +02:00
GGabriele
b55a2e49e2
Adding nxos_portchannel
2016-09-03 00:29:56 +02:00
GGabriele
ffa9064c01
Adding nxos_pim_rp_address
2016-09-03 00:17:11 +02:00
GGabriele
689a117257
Adding nxos_pim module
2016-09-02 23:59:31 +02:00
scottb
b0ef99c73b
Merge pull request #4659 from dharmabumstead/update-command-module-operatoers
...
Added semicolon to invalid operators list redux.
2016-09-02 14:58:12 -07:00
GGabriele
7e78c5aad7
Fixing module description
2016-09-02 23:47:19 +02:00
GGabriele
9cf9e61da4
Addin nxos_overlay_global
2016-09-02 23:42:57 +02:00
Scott Butler
1b86d838b6
Added semicolon to invalid operators list redux.
2016-09-02 12:26:33 -07:00
Kenny Woodson
269c06a4c9
Fix for validate rule. Ensure rule is a dict. ( #4640 )
2016-09-02 15:09:58 -04:00
Evan Kaufman
f7b34c810a
Declare empty diff dict ahead of time ( #4646 )
...
Fixes #4634
2016-09-02 20:55:03 +02:00
Kenny Woodson
9b37dcb593
Getting rid of a None type error when no resource tags are defined. ( #4638 )
2016-09-02 11:54:27 -07:00
Toshio Kuratomi
42c74a0ce2
Python3 fixes to copy, file, and stat so that the connection integration tests can be run ( #4632 )
...
* Python3 fixes to copy, file, and stat so that the connection integration tests can be run
* Forgot to audit the helper functions as well.
* Fix dest to refledt b_dest (found by @mattclay)
2016-09-02 11:25:31 -07:00
GGabriele
28e3e30d41
Adding nxos_interface_ospf
2016-09-02 19:20:31 +02:00
GGabriele
cb9f28c0d6
Fix error handling
2016-09-02 19:07:38 +02:00
GGabriele
ffb613febe
Adding nxos_hsrp
2016-09-02 19:02:23 +02:00
GGabriele
d92d1feeaa
Fix typo
2016-09-02 18:58:06 +02:00