Commit Graph

121 Commits (6a89b92cdaba2f98196bcdafefb9dbcee503e650)

Author SHA1 Message Date
Brian Coca 3f76a37f27 fixed doc issues 11 years ago
Brian Coca bf17e386aa Merge pull request #482 from alcamie101/NetworkManager
Initial commit of nmcli: NetworkManager module. Currently supports:
11 years ago
Etienne CARRIERE a0905a9d5e Factor common functions for F5 modules 11 years ago
Brian Coca d5b4b287da Merge pull request #269 from openaustralia/dnsmadeeasy_fixes
dnsmadeeasy module fixes
11 years ago
Greg DeKoenigsberg ef3bdc25b3 Merge pull request #119 from swimlappy/devel
Fix some logical issues with enabling/disabling a server on the A10.
11 years ago
Brian Coca 5187c7fcd7 removed executable bit 11 years ago
Toshio Kuratomi 576d94e8d4 Update module_utils "import" to the new-style
Fixes #505
11 years ago
Chris Long 08a3fa0620 Fixed descriptions to all be lists
replaced enabled with autoconnect - refactored code to reflect update.
removed ansible syslog entry.
11 years ago
Chris Long 8781bf8281 Updated as per bcoca's comments:
removed 'default' in state:
removed defunct action:
removed reference to load_platform_subclass
changed cname to conn_name
11 years ago
Brian Coca 08445418aa more string corrections 11 years ago
Brian Coca edf519a0c2 moar quotes 11 years ago
Brian Coca 8acc31e1d3 Merge pull request #282 from mhite/bigip_session_state
Added session and monitor state enabling/disabling
11 years ago
Brian Coca b285bb072f Revert "Add enabled/disabled support to bigip_node" 11 years ago
Greg DeKoenigsberg 14853a20f3 Replacing twitter id with github id 11 years ago
Greg DeKoenigsberg 41589b8643 Formatting to author field 11 years ago
Greg DeKoenigsberg 4aec44b861 Adding author's github id 11 years ago
Greg DeKoenigsberg 4f40f91b78 Adding author's github id 11 years ago
Greg DeKoenigsberg 79ee13b542 Adding author's github id 11 years ago
Greg DeKoenigsberg bc64d4654f Adding author's github id 11 years ago
Greg DeKoenigsberg 6e1077eabc Adding author's github id 11 years ago
Greg DeKoenigsberg 3ece7b153e Adding author's github id 11 years ago
Greg DeKoenigsberg cab4a24653 Adding author's github id 11 years ago
Greg DeKoenigsberg a564122100 Adding author's github id 11 years ago
Greg DeKoenigsberg 4996f64612 Adding author's github id 11 years ago
Greg DeKoenigsberg 9800126a6e Adding author's github id 11 years ago
Greg DeKoenigsberg 2440e230e5 Adding author's github id 11 years ago
Greg DeKoenigsberg 321ad3b474 Adding author's github id 11 years ago
Greg DeKoenigsberg b8e648536a Adding author's github id 11 years ago
Greg DeKoenigsberg c859c8a61d Adding author's github id 11 years ago
Greg DeKoenigsberg a6cd986533 Adding author's github id 11 years ago
Greg DeKoenigsberg 06dc55bd5f Adding author's github id 11 years ago
Greg DeKoenigsberg fab87ebb48 Adding author's github id 11 years ago
Brian Coca 916cc17acf minor doc fixes 11 years ago
Brian Coca 7f29609e8e Merge pull request #288 from mhite/bigip_pool_member_session_monitor_state
Support for monitor and session state manipulation added to bigip_pool_m...
11 years ago
Chris Long 9b32a5d8bf 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.
11 years ago
Brian Coca 2f4fa76298 Merge pull request #402 from ndonegan/devel
sys.exit used, but not imported.
11 years ago
Niall Donegan b125d2685a Handle missing module with fail_json 11 years ago
Niall Donegan b4ad532248 sys.exit used, but not imported. 11 years ago
Sébastien Gross 7c9217a8f7 [lldp] Merge wrapped lines.
Some devices return their description on multiple lines such as:

    lldp.eth0.chassis.descr=cisco CISCO7609-S running on
    Cisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-IPSERVICESK9-M), Version 12.2(33)SRE3, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Wed 26-Jan-11 06:54 by prod_rel_team

The generated fact will result as:

    "descr": "cisco CISCO7609-S running on"

This patch fixes the line wrapping to return the full description
handling line breaks:

    "descr": "cisco CISCO7609-S running on\nCisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-IPSERVICESK9-M), Version 12.2(33)SRE3, RELEASE SOFTWARE (fc1)\nTechnical Support: http://www.cisco.com/techsupport\nCopyright (c) 1986-2011 by Cisco Systems, Inc.\nCompiled Wed 26-Jan-11 06:54 by prod_rel_team"
11 years ago
Brian Coca 4048de9c1e Merge pull request #373 from andyhky/add_failover
bigip_facts: Add missing 'device' option
11 years ago
Andy Hill 3431275921 bigip_facts: Add missing "device" option
The device option was already implemented but omitted from docs and allowed
choices. With the addition of device, a devices failover_state can be
determined.
11 years ago
Jesse Keating f86ce495c7 Add enabled/disabled support to bigip_node
This allows one to enable or disable a node, useful for when doing
maintenance on a node to prevent connections from being attempted to it.

This will completely disable the node for any pool it might be in.
11 years ago
Brian Coca 5293f452b5 corrected version added 11 years ago
Brian Coca eef2a95f96 Merge pull request #334 from msabramo/bigip_disable_ssl_cert_verification
Add `verify` param; set false to ignore SSL cert
11 years ago
Marc Abramowitz 513724c0a5 Add `validate_certs` param to bigip_* modules
Ignoring SSL cert verification may be necessary when testing with a
server that has a self-signed certificate.

See
https://github.com/ansible/ansible-modules-extras/pull/288#issuecomment-85196736
11 years ago
Chad Norgan 8c94dd8b47 Ignore lines that do not have the key in them
Some switches return multi-line output, which breaks the split function,
the change seeks to only preform the split on a line that has the key.
11 years ago
Matt Hite 0cad9ee0bf Support for monitor and session state manipulation added to bigip_pool_member module 11 years ago
Matt Hite e9c12bd8c5 Added session and monitor state enabling/disabling 11 years ago
Matt Hite a7e1f86b8b Another potential fix for issue 109; now catches WebFault 11 years ago
Matthew Landauer 19b0c83819 Handle MX,NS,TXT records correctly and don't assume one record type per name 11 years ago