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
Etienne CARRIERE
6cdfe07518
Take review comments in accounts (pull request :582)
9 years ago
Brian Coca
3564c48f3c
switched to use module loggigng
9 years ago
Michael Perzel
af699f8475
Improve example wide_ip variable
9 years ago
Michael Perzel
c77a4a7108
Wrap main() in conditional
9 years ago
Rene Moser
90dcc3daf9
new module ipify_facts
9 years ago
Mark Hamilton
cef26fd695
removed extra syslog message and DOCUMENTATION variable
9 years ago
Mark Hamilton
34247d2aab
using module.get_bin_path to find ovs-vsctl
9 years ago
Mark Hamilton
7ee4e68e70
Module provides support for manipulating openvswitch tables
9 years ago
Brian Coca
dd1585cfc8
better short description for a10 modules
9 years ago
Bill Nottingham
0ce060122a
Add lldpctl to requirements.
9 years ago
Brian Coca
9a771ce91a
Merge pull request #700 from markleehamilton/openvswitch-bridge-v1
...
Add support for external_id and fail_mode. Updated syntax to pass pep…
9 years ago
Toshio Kuratomi
79173ac18d
Clean up unneeded urllib2 imports
9 years ago
Brian Coca
d5dd5f461f
Merge pull request #702 from markleehamilton/openvswitch-port-v3
...
Added support to assign attached mac address interface id and port options.
9 years ago
Mark Hamilton
b51c252127
removed syslog import
9 years ago
Jeff Geerling
b781b8bda1
Make HAProxy module documentation a little easier to read.
9 years ago
Mark Hamilton
a6f3a0e0a9
Changed syntax to support python2.4. Allow external_ids to be None.
9 years ago