GGabriele
a30d508e0e
Fixed module structure
2016-09-04 17:37:52 +02:00
GGabriele
d8e6773f8c
Fixed module structure
2016-09-04 17:36:48 +02:00
GGabriele
37d27c9b2c
Fixed module structure
2016-09-04 17:30:19 +02:00
GGabriele
18562835e3
Fixed module structure
2016-09-04 17:22:41 +02:00
GGabriele
030141e76d
Fixed module structure
2016-09-04 17:11:21 +02:00
GGabriele
39d43e96e0
Fixed module structure
2016-09-04 17:04:15 +02:00
GGabriele
42add2f137
Fixed module structure
2016-09-04 16:56:46 +02:00
GGabriele
d894adba4a
Fixed module structure
2016-09-04 16:53:51 +02:00
GGabriele
a1b666d0af
Fixed module structure
2016-09-04 16:46:59 +02:00
GGabriele
73cd257b66
Fixed module structure
2016-09-04 16:38:24 +02:00
GGabriele
c20d82d9ca
Fixed module structure
2016-09-04 16:22:40 +02:00
Peter Sprygada
ecca37a959
Merge pull request #4699 from privateip/vyos_config
...
removes argument from vyos_config module
2016-09-04 09:26:49 -04:00
Peter Sprygada
0045cf31c5
Merge pull request #4687 from privateip/junos_command
...
add new functionality to junos_command module
2016-09-04 09:25:11 -04:00
Peter Sprygada
f0e5a8c7ab
Merge pull request #4688 from privateip/junos_netconf
...
update junos_netconf module
2016-09-04 09:25:01 -04:00
Peter Sprygada
4ab3492011
Merge pull request #4689 from privateip/junos_template
...
update junos_template module
2016-09-04 09:24:32 -04:00
Peter Sprygada
eca9d0700d
Merge pull request #4692 from privateip/junos_config
...
update junos_config module
2016-09-04 09:24:20 -04:00
Peter Sprygada
74ae5a6257
Merge pull request #4697 from privateip/nxos_config
...
updates nxos_config to remove state argument
2016-09-04 09:23:57 -04:00
Peter Sprygada
a756d1baea
Merge pull request #4696 from privateip/ops_config
...
removes state argument from ops_config module
2016-09-04 09:23:44 -04:00
Peter Sprygada
eae87e21d9
Merge pull request #4698 from privateip/ios_config
...
removes state argument from ios_config
2016-09-04 09:23:24 -04:00
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
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
Matt Clay
982c4557d2
Python 3 fixes for async_wrapper and async_status. ( #4671 )
2016-09-02 18:35:14 -07: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
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
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
90cd9485ec
Adding nxos_evpn_vni
2016-09-02 18:32:46 +02:00
GGabriele
1f3d7681e2
Fixed DOCSTRING
2016-09-02 18:15:30 +02:00
GGabriele
bb9d8c6385
Adding nxos_bgp_neighbor_af module
2016-09-02 18:10:42 +02:00
GGabriele
fc527220a8
Adding nxos_bgp_neighbor module
2016-09-02 17:52:19 +02:00
GGabriele
0b7038d65b
Fixing DOCSTRING yaml format
2016-09-02 17:43:57 +02:00
GGabriele
710962824e
Fixing DOCSTRING yaml format
2016-09-02 17:39:43 +02:00
GGabriele
687c2198d0
Fixing DOCSTRING
2016-09-02 17:35:46 +02:00
GGabriele
5ba6a45d65
Adding nxos_bgp_af module
2016-09-02 17:29:14 +02:00
GGabriele
00f6276eaf
Adding python object for 2.1 support
2016-09-02 16:59:34 +02:00
GGabriele
4b20a89739
Adding python object for 2.1 support
2016-09-02 16:51:32 +02:00
GGabriele
1c48fe9bc3
Adding python object for 2.1 support
2016-09-02 16:42:25 +02:00
GGabriele
fe11b09b8d
Adding python object for 2.1 support
2016-09-02 16:17:03 +02:00
GGabriele
8518cb4e97
Adding python objects for 2.1 support
2016-09-02 16:05:23 +02:00
Peter Sprygada
baa2e930bb
Merge pull request #4649 from privateip/ios_facts
...
bugfix that adds missing itertools import to ios_facts
2016-09-02 09:07:49 -04:00