Commit Graph

16 Commits (33716b18374059b18c08a8724b684ca48db3c41c)

Author SHA1 Message Date
Casey Lucas 14c0e345d6 fix edge case where boto returns empty list after subnet creation 10 years ago
Toshio Kuratomi 3c4f954f0f Don't raise or catch StandardError in amazon modules 10 years ago
Brian Coca cde758332a Merge pull request #971 from atplanet/bug/vpc-subnet-tag-values-not-updating
Ensure tag values get updated in ec2_vpc_subnet
10 years ago
Brian Coca 205115ea1f updated to use shared region docs from ec2 10 years ago
Tom Bamford 65c41451f0 Ensure tag values get updated in ec2_vpc_subnet 10 years ago
whiter e299952bca Changed resource_tags to tags to match other modules (resource_tags still an alias)
Added get_subnet_info method to return more subnet info - matches same method in ec2_vpc_subnet_facts module
Rework of tags - will now only apply the tags listed in the module.  Existing tags not listed will be removed (desired state!)
11 years ago
whiter d40bdd4645 Updated doco for vpc_subnet 11 years ago
whiter c93cf8c054 Changed to use "connect_to_aws" method 11 years ago
whiter 65f98d53af Updated documentation 11 years ago
Robert Estelle 3b38209afd ec2_vpc_subnet - Use dict constructor instead of comprehension. 11 years ago
Robert Estelle e33de8bd88 ec2_vpc - More dry running in check mode. 11 years ago
Robert Estelle 0de9722e0c ec2_vpc_subnet - resource_tags is not required. 11 years ago
Robert Estelle 6f978b9c00 ec2_vpc - Fail module using fail_json on boto import failure. 11 years ago
Robert Estelle 54809003e3 ec2_vpc - VPCException -> AnsibleVPCException 11 years ago
Robert Estelle fa7848a6c8 EC2 subnet/route-table: Simplify tag updating. 11 years ago
Robert Estelle d8b4bd3c34 Split out route table and subnet functionality from VPC module. 11 years ago