Commit Graph

214 Commits (eb6ba749c22ba83ae576373334a8553f9d34c264)

Author SHA1 Message Date
Orion Poplawski 14a0b7b9b7 Fix gw4/gw6 typo (#1841) 8 years ago
David Keijser 7b7af3bcf9 Make it possible to manage rules of f5 vs (#1821) 8 years ago
Ben Knight 239c60ec13 Add reselect_tries option to big_pool module (#2156) 8 years ago
sebfere 85feaa6409 add monitor configuration to module "bigip_node" (#2054)
(squashed merge commits w/ new github fun, let's see if it worked)
9 years ago
Tim Rupp c400598332 Reverse the unpack list operation
Instead of doing an unpack, deliberately specify which parameters you
want to use. This allows us to flexibly add more parameters to the
f5_argument_spec without having to rewrite all the modules that use
it.

Functionally this commit changes nothing, it just provides for a
different way of accessing the parameters to the module
9 years ago
Tim Rupp 86f08bfcda Adds the __main__ conditional check (#2098)
As is done in other ansible modules, this adds the __main__ check
to the module so that the module code itself can be used as a library.
For instance, when testing the code.
9 years ago
Matt Hite c58f5d2137 Fixes issue #1992 -- fixes issue adding and deleting pools (#1994) 9 years ago
Matt Hite 0405c54dba New preserve_node parameter to skip unreferenced node removal 9 years ago
René Moser 1989b8ba57 Merge pull request #1931 from mhite/bigip_pool_member_port_0
Allow port 0 as a valid pool member port
9 years ago
Matt Hite 8a27e785db Allow port 0 as a valid pool member port 9 years ago
Jason Witkowski b7dad3494e The current module supporting F5 BIGIP pool creation does not support a setup where the port number must be zero to signify the pool will listen on multiple ports. This change implements that functionality and fixes an illogical conditional. 9 years ago
Michael Gruener 46cebbb83d cloudflare_dns: Cosmetic cleanup 9 years ago
Michael Gruener 9db7e2a455 cloudflare_dns: normalize return value and docs 9 years ago
Michael Gruener 82989ce473 cloudflare_dns: Cleanup record update handling 9 years ago
Michael Gruener 71961134be cloudflare_dns: Allow CNAME content updates 9 years ago
Michael Gruener 396d44c4b3 cloudflare_dns: Fix solo SRV record creation 9 years ago
Michael Gruener 7477fe5141 cloudflare_dns: Fix SRV record idempotency 9 years ago
James Slagle 7dae3faf0f Add quotes and equals for set option documentation
set is an option for the openvswitch_port module, however the documentation
example omitted the equals sign and quotes around the option value.
9 years ago
Michael Gruener 879410a94e cloudflare_dns: Fix wrong variable name 9 years ago
Rene Moser 233869abc9 cloudflare_dns: minor code improvments
Tweaked some things on top of the well done PR #1768

- json import
- fix expetion handling
- fix indentation
9 years ago
René Moser 9811210c2c Merge pull request #1768 from mgruener/cloudflare_dns
Module to manage Cloudflare DNS records
9 years ago
Michael Gruener 8b63aea89b Module to manage Cloudflare DNS records 9 years ago
René Moser 08deed6f6c Merge pull request #1801 from RickyCook/fix-dnsimple-fail
New json_fail syntax for dnsimple module
9 years ago
mxpt user a7faa0124f Fixing typo in bigip_monitors
Correcting set_template_int_property to set_template_integer_property
9 years ago
Ricky Cook ce68b12382 New json_fail syntax for dnsimple module 9 years ago
Dag Wieers da8c9b56a9 Fix typo 9 years ago
Brian Coca 1a00da7c49 minor docfixes 9 years ago
Tim Rupp 56a517b054 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)
9 years ago
Toshio Kuratomi 36be779888 Remove duplicate documentation fields 9 years ago
Ashley Penney 25262c2238 Fix package list for nmcli module.
There was a missing package that causes this to fail.
9 years ago
Ashley Penney f5bfc4f9e9 Change example to include ethernet as the type. 9 years ago
Brian Coca 3aa2d3744d Merge pull request #1482 from ansible/json-imports-fallback
Update for modules which import json.
9 years ago
Brian Coca b7d2521245 Merge pull request #1263 from sysreq0/devel
Added support for DNS SRV records in 'dnsmadeeasy' module
9 years ago
Sebastien Couture 7546cab1e5 removed comment 9 years ago
Toshio Kuratomi d6af6f8477 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
9 years ago
Toshio Kuratomi 39c3004337 Add a returns section for bigip_virtual-server 9 years ago
Toshio Kuratomi 4ef40ab421 Fix documentation build 9 years ago
Toshio Kuratomi 6797c42821 Update the version_added to 2.1 9 years ago
Toshio Kuratomi f5d9a0568c Merge pull request #582 from Etienne-Carriere/f5_vs
Creation of F5 virtual_server module
9 years ago
Toshio Kuratomi c67316cbaf 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
9 years ago
Matt Martz 87b0a45a85 Fix tabbed indentation in network/haproxy.py 9 years ago
autotune c047814512 Fixed bug to recognize haproxy changes 9 years ago
Sebastien Couture 7023d87e05 Added support for DNS SRV records 9 years ago
Etienne CARRIERE aaf16fe337 Developpement of enabled/disabled state 9 years ago
Etienne CARRIERE be9058201f Apply changes according to the review 9 years ago
root 63003372b4 Fixed call to module.log 9 years ago
Brian Coca 257696c0ed switched to 'support check mode' as it does not make changes and gathers information that might be needed for other tasks to check 9 years ago
Brian Coca 3ce37c171b Merge pull request #969 from resmo/feature/ipify
new module ipify_facts
9 years ago
ogenstad 2548112b46 lookupMib=False for pysnmp 4.3.0 9 years ago
Brian Coca 8903d0d968 Merge pull request #557 from perzizzle/gtm_wide_ip
Module for managing F5 GTM wide ip
9 years ago