Tim Rupp
6ef0c71523
Fixes missing validate_certs parameter
...
The bigip_api method was changed in the module_utils function definition
to include the validate_certs option but the bigip_virtual_server module
was not updated accordingly. This patch updates the method so that the
error message below is not returned to the user
received exception: bigip_api() takes exactly 4 arguments (3 given)
2016-12-08 11:33:48 -05:00
Toshio Kuratomi
255c4b01a8
Remove duplicate documentation fields
2016-12-08 11:33:46 -05:00
Ashley Penney
48c075d363
Fix package list for nmcli module.
...
There was a missing package that causes this to fail.
2016-12-08 11:33:46 -05:00
Ashley Penney
58aa9d38b8
Change example to include ethernet as the type.
2016-12-08 11:33:46 -05:00
Toshio Kuratomi
ad0d2c1747
Update for modules which import json.
...
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed
Fixes #1298
2016-12-08 11:33:44 -05:00
Sebastien Couture
db051ff9d2
removed comment
2016-12-08 11:33:43 -05:00
Sebastien Couture
b50980d912
Added support for DNS SRV records
2016-12-08 11:33:43 -05:00
Toshio Kuratomi
b8e95535c2
Add a returns section for bigip_virtual-server
2016-12-08 11:33:42 -05:00
Toshio Kuratomi
e1bf46a32a
Fix documentation build
2016-12-08 11:33:42 -05:00
Toshio Kuratomi
0d66ac6f6f
Update the version_added to 2.1
2016-12-08 11:33:42 -05:00
Etienne CARRIERE
e85519a967
Developpement of enabled/disabled state
2016-12-08 11:33:42 -05:00
Etienne CARRIERE
824d57e852
Apply changes according to the review
2016-12-08 11:33:42 -05:00
Etienne CARRIERE
292e0a2275
Take review comments in accounts (pull request :582)
2016-12-08 11:33:42 -05:00
Etienne CARRIERE
c51c36d8d7
Add "Default Persistence profile" support
2016-12-08 11:33:42 -05:00
Etienne CARRIERE
3c06b968bc
Rework on Exception management
2016-12-08 11:33:42 -05:00
Etienne CARRIERE
37cb6519af
Localize exceptions for F5 LTM virtual server module
2016-12-08 11:33:42 -05:00
Etienne CARRIERE
ed3a2ca136
Factor F5 virtual_server module with the common functions
2016-12-08 11:33:42 -05:00
Etienne CARRIERE
0fb56e4c5b
Creation of bigip_virtual_server module
2016-12-08 11:33:42 -05:00
Toshio Kuratomi
6a02b17a2e
Update f5 validate_certs functionality to do the right thing on multiple python versions
...
This requires the implementation in the module_utils code here
https://github.com/ansible/ansible/pull/13667 to funciton
2016-12-08 11:33:41 -05:00
Matt Martz
8c14013b95
Fix tabbed indentation in network/haproxy.py
2016-12-08 11:33:40 -05:00
autotune
fa852c14fe
Fixed bug to recognize haproxy changes
2016-12-08 11:33:39 -05:00
root
4e72c23bae
Fixed call to module.log
2016-12-08 11:33:33 -05:00
Brian Coca
8e255afbec
switched to 'support check mode' as it does not make changes and gathers information that might be needed for other tasks to check
2016-12-08 11:33:31 -05:00
Rene Moser
83021279a1
new module ipify_facts
2016-12-08 11:33:31 -05:00
ogenstad
7c6175af3d
lookupMib=False for pysnmp 4.3.0
2016-12-08 11:33:29 -05:00
Michael Perzel
f84dc8fd5d
Improve example wide_ip variable
2016-12-08 11:33:26 -05:00
Michael Perzel
9c8891740c
Wrap main() in conditional
2016-12-08 11:33:26 -05:00
Michael Perzel
21425f36ef
Update bigip_api method to use variable name server
2016-12-08 11:33:26 -05:00
Michael Perzel
6681a5b386
Style updates
2016-12-08 11:33:26 -05:00
Michael Perzel
ca0d4aad52
Module for managing F5 wide ip
2016-12-08 11:33:26 -05:00
Brian Coca
ae84177514
switched to use module loggigng
2016-12-08 11:33:24 -05:00
Mark Hamilton
7f52951ee0
removed extra syslog message and DOCUMENTATION variable
2016-12-08 11:33:18 -05:00
Mark Hamilton
de7ba0a08c
using module.get_bin_path to find ovs-vsctl
2016-12-08 11:33:18 -05:00
Mark Hamilton
8957d5371a
Module provides support for manipulating openvswitch tables
2016-12-08 11:33:17 -05:00
Brian Coca
69f4ac7504
better short description for a10 modules
2016-12-08 11:33:10 -05:00
Bill Nottingham
5f189d807c
Add lldpctl to requirements.
2016-12-08 11:33:09 -05:00
Mark Hamilton
16ce963948
removed syslog import
2016-12-08 11:33:04 -05:00
Mark Hamilton
24375f5d22
Changed syntax to support python2.4. Allow external_ids to be None.
2016-12-08 11:33:04 -05:00
Mark Hamilton
fdec957d36
removed syslog. Generalized external id concept. Now user can add or remove multiple external ids. Added documenation about fail_main parameter.
2016-12-08 11:33:03 -05:00
Mark Hamilton
0b37a6d391
Add support for external_id and fail_mode. Updated syntax to pass pep8 v1.6.2 and pylint v0.25.0
2016-12-08 11:33:03 -05:00
Toshio Kuratomi
a4859e1087
Clean up unneeded urllib2 imports
2016-12-08 11:33:01 -05:00
Mark Hamilton
dccee8bcd4
removed syslog.openlog
2016-12-08 11:33:01 -05:00
Mark Hamilton
67de0aba08
Added version_added and default to new parameters external_ids and set. Generalized external_ids to handle any parameter.
2016-12-08 11:33:01 -05:00
Mark Hamilton
77d2ef2b1b
Added support to assign attached mac address interface id and port options. Updated code to pass pep8 v1.6.2 pylint v0.25.0.
2016-12-08 11:33:01 -05:00
Jeff Geerling
0500cf602e
Make HAProxy module documentation a little easier to read.
2016-12-08 11:33:01 -05:00
Gerrit Germis
450186fe45
wait_interval default value did not match the documented value
2016-12-08 11:32:54 -05:00
Gerrit Germis
c35e70953d
specify int parameter types for wait_interval and wait_retries
2016-12-08 11:32:54 -05:00
Toshio Kuratomi
16bd2c7357
be explicit about urllib import and remove conditional urllib(2) import
...
urllib and urllib2 have been in the python stdlib since at least
python-2.3. There's no reason to conditionalize it.
Fixes https://github.com/ansible/ansible/issues/11322
2016-12-08 11:32:52 -05:00
Gerrit Germis
47633753db
added version_added: "2.0" to new parameters
2016-12-08 11:32:51 -05:00
Gerrit Germis
c659f19e25
allow wait, wait_retries and wait_interval parameters for haproxy module. This allows the haproxy to wait for status "UP" when state=enabled and status "MAINT" when state=disabled
2016-12-08 11:32:51 -05:00