Commit Graph

84 Commits (de031c84d519d00891418d043ffc7a6e2efa19e4)

Author SHA1 Message Date
James Cammarata 70ff6d35aa A10 module improvements
* moved common code to an module_util snippet
* rewrote logic to make each module idempotent
* added new capabilities like the write_config option
10 years ago
James Cammarata 90a42bb15a Merge branch 'devel' of https://github.com/mischapeters/ansible into mischapeters-devel 10 years ago
Michael DeHaan 47f4dec676 In order to allow easier updates from upstream hardware vendors, we're going to be hosting network hardware
config modules on Galaxy as announced during the last release cycle.   (This excludes load balancers, which remain in core).

Please refer to https://eos.arista.com/introducing-arista-eos-roles-for-ansible/ and https://galaxy.ansible.com/list#/roles/1359
and where this content now lives.

Thanks to Peter Sprygada for the roles content!
10 years ago
Mischa Peters 5b9b42056e PEP8 Compliant except needed long lines and better exception handling 10 years ago
Michael DeHaan 3bead39c75 Merge branch 'spelling' of git://github.com/cgar/ansible into devel
Conflicts:
	docsite/rst/guide_rax.rst
	plugins/callbacks/mail.py
10 years ago
Will Angenent 0e33db837a Fix for issue #8152: Missing auth headers and a faulty JSON decode
Looks like this regressed in commit 9730157 due to fetch_url refactors.
10 years ago
David Stygstra bbe42029e4 Added author and copyright lines to modules I contributed 10 years ago
Serge van Ginderachter ceb1ba1687 bigip_monitor bugfix for check mode
Fixes case where properties are retrieved for a non existent monitor
which happens in check mode.
10 years ago
Mischa Peters a0ae43b311 Adding support for A10 Networks slb server, slb service-group, slb virtual-server 10 years ago
Evgenii Terechkov 7ad6f6e385 Relax suds module requirement 10 years ago
Carlos E. Garcia 7f5dd5e85d multiple spelling error changes 10 years ago
James Cammarata 225eca6311 Adding an options sections to the docstring in the lldp module 10 years ago
Michael DeHaan ae1b183855 Add LLDP module 10 years ago
Andy Hill 5b5f2e6d45 lldp: Added EXAMPLES 10 years ago
Andy Hill 8ca70ec487 lldp support in Ansible
This PR introduces support for a lldp module.

lldpd is similar to CDP and can return useful details about a server's network like ports, switches, and VLANs.
10 years ago
Alex Coomans 2de398b417 Allow setting env variables over .dnsimple file 10 years ago
Alex Coomans a4372eafaa Add the dnsimple module 10 years ago
Michael DeHaan e4fcc434d1 Version bump, bigip_facts + changelog 10 years ago
Matt Hite 42d6fc2b54 New bigip_facts module 10 years ago
James Cammarata ccc0a8cbb0 Fix regression in dnsmadeeasy module caused by fetch_url change
Also:
* changed this module to use https for requests to the API
* fixed a bug in which a traceback was caused when the domain wasn't found

Fixes #6457
10 years ago
James Cammarata d8a81c488e Remove validate_certs parameter from fetch_url calls 10 years ago
James Cammarata a9017af2bb Adding validate_certs to all modules that use fetch_url 10 years ago
James Cammarata 9730157525 Validate SSL certs accessed through urllib*
* Adds another module utility file which generalizes the
  access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.

Fixes #6211
10 years ago
Michael DeHaan 6f49642286 All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ).
Fixing for standardization purposes.
11 years ago
Serge van Ginderachter ad6ffe00d0 bigip_monitor_http: two small bug fixes
- extra properties were not set at creation, only when updating
  which can be overlooked when running the module from more than 1 node...
- fix bas var as time_until_up didn't get used
11 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments 11 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
James Tanner 35dc7d235c Fix pep8 E701 errors in bigip_monitor_http 11 years ago
jctanner d9f75ad284 Merge pull request #4621 from sergevanginderachter/bigip_monitor
Introduce Big-IP F5 http monitor module
11 years ago
James Tanner cc2fdb9d83 Fix pep8 errors in bigip_monitor_tcp 11 years ago
Michael DeHaan f7c3975f21 Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
11 years ago
James Tanner 876e503417 Fix docstring in bigip_monitor_tcp module 11 years ago
jctanner ce080e0fb4 Merge pull request #4813 from sergevanginderachter/bigip_tcpmonitor
Introduce Big-IP F5 tcp monitor module
11 years ago
jctanner f0afb20ceb Merge pull request #4161 from stygstra/openvswitch-modules
Modules for managing Open vSwitch bridges and ports
11 years ago
jctanner 536b5b196f Merge pull request #4712 from mhite/bigip_node
New BIG-IP module for managing node objects
11 years ago
Matt Hite 25f7391d1a Fixed version_added and removed reference to traceback module 11 years ago
Serge van Ginderachter 8faba17b34 bigip tcp monitor: add examples 11 years ago
Serge van Ginderachter 2bd51e506b Fix typo 11 years ago
Serge van Ginderachter 70c677eb8b Implement BIGIP F5 TCP monitor 11 years ago
Serge van Ginderachter 4748329009 clean up comments to show monitor specific code 11 years ago
James Tanner 6f523111d3 Set bigip_pool_member version added to 1.4 11 years ago
jctanner de1e3f0cbc Merge pull request #4054 from mhite/bigip_pool_member
New bigip_pool_member module
11 years ago
Serge van Ginderachter 7bad73bc50 update version added and add examples 11 years ago
Serge van Ginderachter 6aa3210eb0 add missing defaults 11 years ago
Serge van Ginderachter 7454038d82 improve logic in setting parameters in check mode (monitor might not exist) 11 years ago
Serge van Ginderachter ad5247b82b do not overwrite properties with defaults 11 years ago
Serge van Ginderachter f79c9fb6ce improve changed result for race conditions 11 years ago
Serge van Ginderachter 0c2e376d5e adds receive_disable and time_until_up and some bugfixes 11 years ago
Serge van Ginderachter d9bb38f7c7 bigip_monitor_http: add support for hardcoded properties 11 years ago
Serge van Ginderachter 940419d085 some fixes and cleanup per feedback from Matt Hite 11 years ago