summaryrefslogtreecommitdiff
path: root/cloud/amazon/ec2_vpc_route_table.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
* py3 - ported ec2_vpc_route_table iterkeys to dict.keys() (#3503)Andrea Tartaglia2016-11-221-1/+1
* Fix amazon extras modules to compile under python3Toshio Kuratomi2016-10-231-6/+5
* Fix bug in counting subnets by Name tag (#1643)George Christou2016-08-151-3/+3
* Fix a number of issues around detecting nat gateways, how (#1511)Kaz Cheng2016-07-251-20/+42
* ec2_vpc_route_table: fixes: #2377 (#2421)John Kerkstra2016-07-081-1/+2
* Fixing check mode support for vpc route tablesShawn Siefkas2016-01-221-16/+27
* Doc fix ec2_vpc_route_table.pyVladimir Dimov2015-12-071-3/+3
* Don't raise or catch StandardError in amazon modulesToshio Kuratomi2015-11-301-16/+15
* Fix docs for ec2_vpc_route_tableMatteo Acerbi2015-10-281-1/+1
* Merge pull request #1046 from shawnsi/vpc-route-tableBrian Coca2015-10-191-2/+5
|\
| * Handling dry run exceptionShawn Siefkas2015-10-121-5/+5
| * Check mode support for VPC route table creationShawn Siefkas2015-09-301-1/+4
* | updated to use shared region docs from ec2Brian Coca2015-10-071-2/+3
|/
* minor doc fixGerard Lynch2015-09-211-2/+2
* Remove debug print statement. Fixed ensure_propagation call to pass 'route_t...whiter2015-09-021-2/+1
* Added option to specify tags or route-table-id, quoted doc strings, added mor...whiter2015-08-301-126/+172
* Don't enable route propagation on a virtual gateway with propagated routesBret Martin2015-08-301-7/+12
* Don't attempt to delete routes using propagating virtual gatewaysBret Martin2015-08-301-3/+13
* Call ensure_propagation() with the retrieved route table IDBret Martin2015-08-301-1/+1
* Don't check original_association_ids since it is not set, per comment aboveBret Martin2015-08-301-5/+4
* Correct enable_vgw_route_propagation test_run parameter to dry_runBret Martin2015-08-301-1/+1
* Blank aliases removedRob White2015-08-301-1/+1
* Changed to use "connect_to_aws" methodwhiter2015-08-301-28/+26
* Documentation updatewhiter2015-08-301-66/+21
* Allow VPC igw to be specified by gateway_id: "igw"Herby Gillot2015-08-301-1/+35
* ec2_vpc_route_tables - Allow reference to subnets by id, name, or cidr.Robert Estelle2015-08-301-29/+69
* ec2_vpc_route_tables - Remove more dict comprehensions.Robert Estelle2015-08-301-4/+4
* ec2_vpc_route_table - Fix unintended tag search regression.Robert Estelle2015-08-301-12/+10
* ec2_vpc_route_table - Support route propagation through VGW.Robert Estelle2015-08-301-2/+34
* ec2_vpc - More dry running in check mode.Robert Estelle2015-08-301-19/+14
* ec2_vpc - Update dict comprehensions and {} formats for python2.6Robert Estelle2015-08-301-2/+2
* ec2_vpc - Update some documentation strings.Robert Estelle2015-08-301-2/+2
* ec2_vpc - More efficient tag search.Robert Estelle2015-08-301-10/+12
* ec2_vpc - Fail module using fail_json on boto import failure.Robert Estelle2015-08-301-3/+7
* ec2_vpc - VPCException -> AnsibleVPCExceptionRobert Estelle2015-08-301-14/+15
* EC2 subnet/route-table: Simplify tag updating.Robert Estelle2015-08-301-22/+3
* Split out route table and subnet functionality from VPC module.Robert Estelle2015-08-301-0/+498