Peter Sprygada
57660abf33
refactor eos_eapi module ( #20740 )
...
* eos_eapi module now requires network_cli plugin
* adds unit test cases for eos_eapi module
2017-01-27 08:44:57 -05:00
Ganesh Nalawade
a43534a4a8
Fix update check issue in junos_config ( #20182 )
...
* Fix update check issue in junos_config and required_if enhancement
* Add additional check to update argument which will ensure config
statement is present.
* Add 'or' condition support in 'required_if'.
* Fix python 2.4 syntax issue
* revert requied_if changes
2017-01-25 14:44:16 +00:00
Ricardo Carrillo Cruz
b44505e281
Merge pull request #20559 from rcarrillocruz/refactor_ios_config_network_connection
...
Refactor iosxr_config to make use of network_connection plugin
2017-01-25 13:26:13 +01:00
Kevin Hughes
db31d4af04
Typo value => values ( #20628 )
2017-01-25 10:04:20 +00:00
Ricardo Carrillo Cruz
a8cfe4a5d7
Refactor iosxr_config to make use of network_connection plugin
2017-01-24 23:24:06 +01:00
Nathaniel Case
b3662fdad1
vyos_command 2.3 ( #18994 )
...
* Peter's new module_utils/vyos
* Update vyos_command
* Restore `set terminal length $ANSIBLE_VYOS_TERMINAL_LENGTH` in vyos
* vyos_command tests
* Remove provider mentions from vyos_command
* Extend get_config to take (and cache) various `show configuration` commands
2017-01-23 15:30:19 -05:00
John R Barker
7330ab8062
Correctly call get_config ( #20452 )
...
* Correctly call get_config
* remove debug
* Check for empty flags and LocalAnsibleModule
* Peter's feedback
2017-01-20 20:17:35 +00:00
Michael Scherer
809aa7a653
Do not leak uri password in logs ( #20427 )
2017-01-19 11:23:53 -08:00
Ricardo Carrillo Cruz
0eb4813c8a
Add start/end/delta docstring and remove responses for iosxr_template ( #20394 )
2017-01-19 10:21:02 +00:00
Ricardo Carrillo Cruz
b519ee9bb3
Merge pull request #20393 from rcarrillocruz/fix_ioxr_template_meta
...
Fix copyright and author lines for iosxr lib and iosxr_template
2017-01-18 15:54:25 +01:00
Ricardo Carrillo Cruz
0e78aab533
Fix copyright and author lines for iosxr lib and iosxr_template
2017-01-18 14:15:28 +01:00
roumano
b8c1321635
Update documentation about ldap_attr ( #20351 )
...
Fixing the documentation issue #2035
https://github.com/ansible/ansible/issues/20350
2017-01-18 13:04:50 +00:00
Ricardo Carrillo Cruz
ae630fff56
Refactor iosxr_template to network_cli plugin
2017-01-17 20:01:56 +01:00
Brian Coca
d1ebd8f411
created subcat for openvswitch
2017-01-17 10:07:14 -05:00
Tim Rupp
8d5ee33e0f
Adds fallback_persistence_profile and all_policies to BIG-IP virtual servers ( #20261 )
...
This patch adds the ability for users to specify a fallback persistence
profile for their virtual servers and a list of policies for the VS.
2017-01-17 07:47:39 +00:00
Matt Martz
8928adf62e
Updates uri to use six for isinstance comparison for py3 compatibility ( #20239 )
2017-01-13 13:16:21 -06:00
Matt Martz
d25a70846f
Only add Content-Type if not specified in headers. Fixes #20046 ( #20234 )
...
* Only add Content-Type if not specified in headers. Fixes #20046
* Update documentation to indicate body_format will not override Content-Type if specified in headers
2017-01-13 13:19:38 -05:00
Ivan Bojer
c7638be525
new module to manipulate DAG table ( #19885 )
...
* new module to manipulate DAG table
* changes based on the review comments; remove unecessary if statements; change returned value docstring
2017-01-12 22:27:09 -05:00
Ivan Bojer
8b674cd903
Panos check module to test FW readiness to accept new configuration(s) ( #19882 )
...
* new module to check FW readines
* added missing parameter
* changes based on the review comments; remove unecessary if statements; change returned value docstring
2017-01-12 22:26:19 -05:00
Ivan Bojer
05adfd6d8c
new panos module that allows for NAT policy creation ( #20161 )
...
* - panos module that allows NAT policy creation
* remove terciart operator
* minor doc changes
2017-01-12 22:24:29 -05:00
Peter Sprygada
6ef9a0af4b
fixes up doc strings in ios modules ( #20210 )
2017-01-12 21:48:58 -05:00
Peter Sprygada
4cdb266dac
adds iosxr_system declarative module ( #20134 )
...
* adds new module iosxr_system
* adds unit test cases for module
2017-01-11 17:17:37 -05:00
John R Barker
8fe09d4ea9
net_command: formatting ( #20121 )
...
* net_command: formatting
* Update net_command.py
2017-01-11 08:22:19 +00:00
John R Barker
3c4623d68b
dellos9__config -> dellos9_config
2017-01-10 10:47:13 +00:00
Ivan Bojer
8d29406d74
new panos module that adds arbitrary service to the FW ( #19896 )
...
* new module that adds arbitrary service to the FW
* change exception handling
* minor code changes based on the review comments
2017-01-09 23:50:38 -05:00
Ivan Bojer
f8f388bdaf
Panos mgtconfig ( #19897 )
...
* new module to manipulate mgmt interface
* new module for mgmt interface management
* minor code changes based on the review comments
2017-01-09 23:50:03 -05:00
Ivan Bojer
178e11473a
new panos module to load configuration file ( #19902 )
...
* new module to load configuration file
* minor code changes based on the review comments
2017-01-09 23:48:59 -05:00
Ivan Bojer
23349ed638
new panos module for profile groups ( #19904 )
...
* new module for profile groups
* minor code changes based on the review comments
2017-01-09 23:48:40 -05:00
Adam Števko
ebd7e03425
Add ipadm_addr module ( #19411 )
...
* Add ipadm_addr module
* Add ANSIBLE_METADATA
Document return values
Make imports explicit
Use native YAML syntax in EXAMPLES
* Fix version to 2.3
2017-01-09 14:32:05 -05:00
Adam Števko
07a517aebd
Add dladm_vlan module ( #19412 )
...
* Add dladm_vlan module
* Add ANSIBLE_METADATA
Document return values
Make imports explicit
Use native YAML syntax in EXAMPLES
2017-01-09 12:32:23 -05:00
Adam Števko
a677f40457
Add dladm_linkprop module ( #19413 )
...
* Add dladm_linkprop module
* Add ANSIBLE_METADATA
Document return values
Make imports explicit
Use native YAML syntax in EXAMPLES
2017-01-09 12:31:42 -05:00
Adam Števko
05bf7488cc
Add dladm_iptun module ( #19414 )
...
* Add dladm_iptun module
* Add ANSIBLE_METADATA
Document return values
Make imports explicit
Use native YAML syntax in EXAMPLES
2017-01-09 12:30:42 -05:00
Adam Števko
457e94d21e
Add ipadm_addrprop module ( #19415 )
...
* Add ipadm_addrprop module
* Add ANSIBLE_METADATA
Document return values
Make imports explicit
* Use native YAML syntax in EXAMPLES
* Add temporary
2017-01-09 12:29:56 -05:00
Adam Števko
7b71e9a0de
Add ipadm_ifprop module ( #19416 )
...
* Add ipadm_ifprop module
* Add ANSIBLE_METADATA
Document return values
Make imports explicit
2017-01-09 12:29:24 -05:00
Peter Sprygada
258c6ada52
refactors ios_config to use network_cli plugin ( #20042 )
...
* updates the ios_config module to use the network_cli plugin
* updates the local action plugin to derive from network
* add unit test cases for ios_config
2017-01-09 11:19:25 -05:00
Ner'zhul
c1f5432cc0
Better user report when OMAPI error occurs or key is invalid ( #20035 )
...
* Move imports after header
2017-01-09 12:40:53 +00:00
Toshio Kuratomi
08d6990e67
Fix code-blocks to use correct syntax highlighting
2017-01-08 09:18:45 -08:00
John R Barker
01849004e9
Correctly link to modules ( #20019 )
2017-01-08 17:06:07 +00:00
Peter Sprygada
cba66dfedc
update the _ios_template module to use the network_cli plugin ( #19933 )
...
* updates the deprecated ios_template module to use network_cli
* adds unit test cases for ios_template
* adds check for provider argument and displays warning message
2017-01-06 20:22:17 -05:00
Peter Sprygada
7d3366acc0
updates ios_command to use network_cli plugin ( #19992 )
...
* refactors ios_command to use network_cli
* adds unit test cases for ios_command
2017-01-06 17:06:40 -05:00
Gabriele
c980b52d33
Fixing issue when multiple vni exist ( #19928 )
2017-01-06 16:36:13 -05:00
Gabriele
f2baa6d61a
fix nxos_facts to support multiple neighbors and modules ( #19946 )
2017-01-06 16:34:59 -05:00
John R Barker
40ecc3188f
Use M() to link to the replacement module. ( #19976 )
2017-01-06 16:21:39 +00:00
Daniel
7cf9ee30a5
Removed 'no vn-segment' when state == 'absent' ( #19952 )
2017-01-05 22:03:46 +00:00
Simon Wydooghe
6d9ca6c9d7
Simple typo fix ( #19949 )
...
Was reading the docs and spotted a typo.
2017-01-05 21:27:11 +01:00
Peter Sprygada
5a14f1d705
adds new module ios_system ( #19916 )
...
adds new module ios_system
2017-01-05 09:02:29 -05:00
Peter Sprygada
1c16c1db2b
adds new module ios_vrf ( #19915 )
...
adds new module ios_vrf
2017-01-04 23:34:51 -05:00
Jiri Tyr
579b6a0f9d
Changing author's e-mail for ldap_* modules ( #19900 )
2017-01-04 21:30:43 -05:00
Jiri Tyr
1ff9b74e3d
Adding ldap_attr module ( #19286 )
2017-01-04 14:11:02 -05:00
Jacky Gao
08e2a5d4fb
Contributing new module to manage HUAWEI data center CloudEngine switch. ( #19793 )
...
* HUAWEI data center CloudEngine switch module
* HUAWEI data center CloudEngine switch module
* HUAWEI data center CloudEngine switch module
* Update __init__.py
* Update __init__.py
* HUAWEI data center CloudEngine switch module
* HUAWEI data center CloudEngine switch module
* Update __init__.py
* Delete __init__.py
* HUAWEI data center CloudEngine switch module
* HUAWEI data center CloudEngine switch module
* modify init file
* Update cloudengine.py
* Update cloudengine.py
2017-01-03 22:30:59 -05:00