Peter Sprygada
d2dd2fbe49
adds module eos_banner ( #20796 )
...
* new module allows for configuration of eos multiline banners
* adds unit test cases for module
2017-01-28 10:32:04 -05:00
Matt Clay
e2c0b375d3
PEP 8 cleanup. ( #20790 )
...
* PEP 8 E115 cleanup.
* PEP 8 E131 cleanup.
2017-01-28 01:39:40 -08:00
Matt Clay
d0d1158c5e
PEP 8 cleanup. ( #20789 )
...
* PEP 8 E703 cleanup.
* PEP 8 E701 cleanup.
* PEP 8 E711 cleanup.
* PEP 8 W191 and E101 cleanup.
2017-01-28 00:12:11 -08:00
Matt Clay
d913f69ba1
PEP 8 W291 whitespace cleanup.
2017-01-27 17:08:02 -08:00
Matt Clay
95789f3949
PEP 8 whitespace cleanup. ( #20783 )
...
* PEP 8 E271 whitespace cleanup.
* PEP 8 W293 whitespace cleanup.
* Fix whitespace issue from recent PR.
2017-01-27 15:45:23 -08:00
Matt Clay
63b1e0c277
Fix infrequent PEP 8 issues.
2017-01-27 14:06:21 -08:00
Peter Sprygada
6c89c587cc
refactors eos_config module to use network_cli ( #20741 )
...
* update eos_config to use eapi exclusively and remove cli transport
* add unit test cases for eos_config
* updates action plugin to handle both eapi and network_cli connections
2017-01-27 16:23:18 -05:00
Peter Sprygada
c860a8641c
refactor eos_facts to use network_cli ( #20760 )
...
refactors the eos_facts module to use the network_cli plugin
2017-01-27 14:12:58 -05:00
Peter Sprygada
271c0c4574
new module eos_user ( #20759 )
...
* adds new module for managing local user accounts on eos devices
* adds unit test cases for module
This module only supports network_cli
2017-01-27 14:12:36 -05:00
Peter Sprygada
32913c0fdf
refactors eos_template to use network_cli ( #20742 )
2017-01-27 09:07:42 -05:00
Peter Sprygada
c8dcc7f5d6
refactors eos_command module ( #20739 )
...
* eos_command now uses network_cli connection plugin
* adds unit test cases for eos_command module
2017-01-27 08:45:13 -05:00
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