community.general/lib/ansible
Tom Melendez 4a5cf0b5c1 [GCE] [GCP] UrlMap module (#24422)
* [GCP] UrlMap module

This module provides support for UrlMaps on Google Cloud Platform.  UrlMaps allow users to segment requests by hostname and path and direct those requests to Backend Services.

UrlMaps are a powerful and necessary part of HTTP(S) Global Load Balancing on Google Cloud Platform.

UrlMap takes advantage of the python-api so the appropriate infrastructure has been added to module_utils.

More about UrlMaps can be found at:
https://cloud.google.com/compute/docs/load-balancing/http/url-map

UrlMap API:
https://cloud.google.com/compute/docs/reference/latest/

Google Cloud Platform HTTP(S) Cross-Region Load Balancer:
https://cloud.google.com/compute/docs/load-balancing/http/

* updated documentation, remmoved parens

* fixed tabs
2017-05-11 13:02:32 -04:00
..
cli ansible-doc snippet format changes 2017-05-04 09:08:19 -07:00
compat Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
config
errors moved to exceptions for basic skip/fails 2017-04-25 14:48:56 -04:00
executor Fix circular import with unsafe_proxy, template, and vars 2017-04-28 15:35:30 -07:00
galaxy fix ansible galaxy file mangling (#23703) 2017-04-19 14:15:20 -04:00
inventory correctly get all hosts in 'all' 2017-04-07 13:17:03 -04:00
module_utils [GCE] [GCP] UrlMap module (#24422) 2017-05-11 13:02:32 -04:00
modules [GCE] [GCP] UrlMap module (#24422) 2017-05-11 13:02:32 -04:00
parsing Fix vaulted vars templating (#24312) 2017-05-05 11:07:50 -04:00
playbook added versions to dep notices (#24019) 2017-04-27 12:48:31 -04:00
plugins netconf_config: support new src attribute (new Action Plugin) (#24337) 2017-05-11 18:43:44 +05:30
template Fixing security issue with lookup returns not tainting the jinja2 environment 2017-05-08 12:43:46 -05:00
utils Fortios file only mode + integration tests (#23275) 2017-05-09 13:51:19 +01:00
vars Fix circular import with unsafe_proxy, template, and vars 2017-04-28 15:35:30 -07:00
__init__.py
constants.py Fixing security issue with lookup returns not tainting the jinja2 environment 2017-05-08 12:43:46 -05:00
release.py