Commit graph

138 commits

Author SHA1 Message Date
Brian Coca
dd1585cfc8 better short description for a10 modules 2015-08-14 22:09:25 -04:00
Bill Nottingham
0ce060122a Add lldpctl to requirements. 2015-08-10 16:34:41 -04:00
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…
2015-07-27 13:06:17 -04:00
Toshio Kuratomi
79173ac18d Clean up unneeded urllib2 imports 2015-07-20 23:04:27 -07:00
Brian Coca
d5dd5f461f Merge pull request #702 from markleehamilton/openvswitch-port-v3
Added support to assign attached mac address interface id and port options.
2015-07-20 21:08:17 -04:00
Mark Hamilton
b51c252127 removed syslog import 2015-07-20 18:06:17 -07:00
Jeff Geerling
b781b8bda1 Make HAProxy module documentation a little easier to read. 2015-07-19 17:35:32 -05:00
Mark Hamilton
a6f3a0e0a9 Changed syntax to support python2.4. Allow external_ids to be None. 2015-07-16 10:05:59 -07:00
Mark Hamilton
90a831a828 removed syslog. Generalized external id concept. Now user can add or remove multiple external ids. Added documenation about fail_main parameter. 2015-07-14 05:17:38 -07:00
Mark Hamilton
018db7d068 removed syslog.openlog 2015-07-14 02:10:57 -07:00
Mark Hamilton
0395de2f09 Added version_added and default to new parameters external_ids and set. Generalized external_ids to handle any parameter. 2015-07-14 01:49:16 -07:00
Mark Hamilton
325ef12aee Added support to assign attached mac address interface id and port options.
Updated code to pass pep8 v1.6.2 pylint v0.25.0.
2015-07-09 00:36:30 -07:00
Mark Hamilton
647cac63f1 Add support for external_id and fail_mode. Updated syntax to pass pep8 v1.6.2 and pylint v0.25.0 2015-07-08 20:45:19 -07:00
Gerrit Germis
2612da50ad wait_interval default value did not match the documented value 2015-06-22 20:13:12 +02:00
Gerrit Germis
0ad12cdcf4 specify int parameter types for wait_interval and wait_retries 2015-06-22 20:09:54 +02:00
Toshio Kuratomi
4b29146c4d 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
2015-06-19 09:01:08 -07:00
Gerrit Germis
5a1109229d added version_added: "2.0" to new parameters 2015-06-18 09:11:16 +02:00
Gerrit Germis
656e1a6deb 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 2015-06-17 17:29:38 +02:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Greg DeKoenigsberg
dc519fb848 Add author data 2015-06-16 12:30:47 -04:00
Brian Coca
0c6e5b9eb4 fixed doc issues 2015-06-16 11:33:17 -04:00
Etienne CARRIERE
1c6ae9333c Factor common functions for F5 modules 2015-06-16 11:33:14 -04:00
Chris Long
389c40033b Fixed descriptions to all be lists
replaced enabled with autoconnect - refactored code to reflect update.
removed ansible syslog entry.
2015-06-16 11:33:11 -04:00
Chris Long
2856116162 Updated as per bcoca's comments:
removed 'default' in state:
removed defunct action:
removed reference to load_platform_subclass
changed cname to conn_name
2015-06-16 11:33:10 -04:00
Chris Long
3b44082dd6 Initial commit of nmcli: NetworkManager module. Currently supports:
Create, modify, remove of -
team, team-slave, bond, bond-slave, ethernet
TODO:
vlan, bridge, wireless related connections.
2015-06-16 11:33:10 -04:00
Matthew Landauer
b0992a97ef Handle MX,NS,TXT records correctly and don't assume one record type per name 2015-06-16 11:33:09 -04:00
Matthew Landauer
5ef2dd8a77 If record_name="" write empty value to dns made easy
This is necessary for instance when setting MX records on the root of a domain.
This is different than leaving record_name out completely which has the same
behaviour as before
2015-06-16 11:33:09 -04:00
Matthew Landauer
bdeb0bc8db If record_value="" write empty value to dns made easy
This is necessary for instance when setting CNAMEs that point to the root
of the domain. This is different than leaving record_value out completely
which has the same behaviour as before
2015-06-16 11:33:09 -04:00
Matthew Landauer
3d2f19c24d Fix display of error message
It was crashing due to "domain" variable not being defined
2015-06-16 11:33:09 -04:00
Jason Holland
669316195f Fix small issue with wrapping syntax 2015-06-16 11:33:09 -04:00
Jason Holland
8383857b5a Fix some logical issues with enabling/disabling a server on the A10. 2015-06-16 11:33:09 -04:00
Brian Coca
5187c7fcd7 removed executable bit 2015-05-21 07:03:49 -04:00
Toshio Kuratomi
576d94e8d4 Update module_utils "import" to the new-style
Fixes #505
2015-05-18 12:08:15 -07:00
Brian Coca
08445418aa more string corrections 2015-05-14 10:45:32 -04:00
Brian Coca
edf519a0c2 moar quotes 2015-05-14 09:37:00 -04:00
Brian Coca
8acc31e1d3 Merge pull request #282 from mhite/bigip_session_state
Added session and monitor state enabling/disabling
2015-05-13 19:34:53 -04:00
Brian Coca
b285bb072f Revert "Add enabled/disabled support to bigip_node" 2015-05-13 19:34:05 -04:00
Greg DeKoenigsberg
14853a20f3 Replacing twitter id with github id 2015-05-13 19:30:11 -04:00
Greg DeKoenigsberg
41589b8643 Formatting to author field 2015-05-13 19:26:18 -04:00
Greg DeKoenigsberg
4aec44b861 Adding author's github id 2015-05-13 19:25:07 -04:00
Greg DeKoenigsberg
4f40f91b78 Adding author's github id 2015-05-13 19:24:01 -04:00
Greg DeKoenigsberg
79ee13b542 Adding author's github id 2015-05-13 19:22:21 -04:00
Greg DeKoenigsberg
bc64d4654f Adding author's github id 2015-05-13 19:21:32 -04:00
Greg DeKoenigsberg
6e1077eabc Adding author's github id 2015-05-13 19:20:31 -04:00
Greg DeKoenigsberg
3ece7b153e Adding author's github id 2015-05-13 19:19:17 -04:00
Greg DeKoenigsberg
cab4a24653 Adding author's github id 2015-05-13 19:18:03 -04:00
Greg DeKoenigsberg
a564122100 Adding author's github id 2015-05-13 19:16:34 -04:00
Greg DeKoenigsberg
4996f64612 Adding author's github id 2015-05-13 19:12:39 -04:00
Greg DeKoenigsberg
9800126a6e Adding author's github id 2015-05-13 18:03:06 -04:00
Greg DeKoenigsberg
2440e230e5 Adding author's github id 2015-05-13 17:30:26 -04:00