GGabriele
cb9bdee7be
Fixed module structure
8 years ago
GGabriele
fa72ffc3d1
Fixed module structure
8 years ago
GGabriele
b2aa859b33
Fixed module structure
8 years ago
GGabriele
c9d293299b
Fixed module structure
8 years ago
GGabriele
67c24e5f04
Fixed module structure
8 years ago
GGabriele
a30d508e0e
Fixed module structure
8 years ago
GGabriele
d8e6773f8c
Fixed module structure
8 years ago
GGabriele
37d27c9b2c
Fixed module structure
8 years ago
GGabriele
18562835e3
Fixed module structure
8 years ago
GGabriele
030141e76d
Fixed module structure
8 years ago
GGabriele
39d43e96e0
Fixed module structure
8 years ago
GGabriele
42add2f137
Fixed module structure
8 years ago
GGabriele
d894adba4a
Fixed module structure
8 years ago
GGabriele
a1b666d0af
Fixed module structure
8 years ago
GGabriele
73cd257b66
Fixed module structure
8 years ago
GGabriele
c20d82d9ca
Fixed module structure
8 years ago
Peter Sprygada
ecca37a959
Merge pull request #4699 from privateip/vyos_config
...
removes argument from vyos_config module
8 years ago
Peter Sprygada
0045cf31c5
Merge pull request #4687 from privateip/junos_command
...
add new functionality to junos_command module
8 years ago
Peter Sprygada
f0e5a8c7ab
Merge pull request #4688 from privateip/junos_netconf
...
update junos_netconf module
8 years ago
Peter Sprygada
4ab3492011
Merge pull request #4689 from privateip/junos_template
...
update junos_template module
8 years ago
Peter Sprygada
eca9d0700d
Merge pull request #4692 from privateip/junos_config
...
update junos_config module
8 years ago
Peter Sprygada
74ae5a6257
Merge pull request #4697 from privateip/nxos_config
...
updates nxos_config to remove state argument
8 years ago
Peter Sprygada
a756d1baea
Merge pull request #4696 from privateip/ops_config
...
removes state argument from ops_config module
8 years ago
Peter Sprygada
eae87e21d9
Merge pull request #4698 from privateip/ios_config
...
removes state argument from ios_config
8 years ago
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
8 years ago
Peter Sprygada
989a2c7d0f
removes argument from vyos_config module
...
The state argument should not be in vyos_config. This commit removes the
state argument
8 years ago
Peter Sprygada
e0f7912e37
removes state argument from ios_config
...
The state argument should not be in ios_config. This change removes the
state argument
8 years ago
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
8 years ago
GGabriele
9b03b39eb6
Removed tabs
8 years ago
GGabriele
7c9b5b8841
Fixed module structure
8 years ago
GGabriele
e725a077c5
Fixed module structure
8 years ago
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
8 years ago
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
8 years ago
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
8 years ago
Peter Sprygada
0dfd3f177f
update junos_template module
...
This updates the junos_template module implementing the changes for
Ansible 2.2
8 years ago
GGabriele
bafdedd25b
Fix docstring
8 years ago
GGabriele
a9dc536174
Adding nxos_igmp_interface
8 years ago
GGabriele
0838736b1a
Adding nxos_igmp
8 years ago
Matt Clay
982c4557d2
Python 3 fixes for async_wrapper and async_status. ( #4671 )
8 years ago
GGabriele
73b5841b2b
nxos_vrf_interface support for 2.1 and 2.2
8 years ago
GGabriele
6d7326cb03
Updating nxos_vrf
8 years ago
GGabriele
7922796e92
nxos_vlan support 2.1 and 2.2
8 years ago
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.
8 years ago
GGabriele
87839953db
nxos_ping support for 2.1 and 2.2
8 years ago
GGabriele
811ce02178
nxos_ip_interface support for 2.1 and 2.2
8 years ago
GGabriele
814eb0609d
Adding nxos_reboot
8 years ago
GGabriele
373ebaeeb4
Fix PR
8 years ago
GGabriele
4f0259ff9b
Added python object for 2.1 and 2.2 support
8 years ago
GGabriele
65c6f5079c
Increase timeout
8 years ago
GGabriele
b89467ada4
Fixed docstring
8 years ago