Commit Graph

18 Commits (8baaf458c794b86096dcbbdcbf652f9cdab809ee)

Author SHA1 Message Date
Michael DeHaan 8285ac5b31 Merge branch 'ec2_vpc-multiple-vpcs-support' of git://github.com/alexanderpopov1/ansible into devel
12 years ago
Richard C Isaacson e40fd9bb0d Bulk update of choices=BOOLEANS to type='bool'
12 years ago
Alexander Popov d48880debc Added 'version_added' to the 'resrouce_tags' attribute in DOCUMENTATION section.
12 years ago
Alexander Popov 8c8ff79c8b Added code to create tags on the VPC resource
12 years ago
Alexander Popov 6dfafb0cf5 Updated module documentation, re: resource_tags
12 years ago
Alexander Popov 49e9c42770 Renamed vpc_id_tags to resource_tags
12 years ago
Alexander Popov 514e4b3742 Added multi VPC support
12 years ago
Richard Isaacson 73fa767a6b Added instance_tenancy functionality per social request.
12 years ago
James Cammarata 8a7c68dc18 Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params
12 years ago
James Cammarata 056d54ebd3 Adding 'validate_certs' option to EC2 modules
12 years ago
Scott Anderson baf508a379 Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key.
12 years ago
Timur Batyrshin 658c15930e reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852)
12 years ago
willthames 12005a1cd0 Move more responsibility to common EC2 module
13 years ago
David Hummel 614efadb7a Fix issue #5043: ec2_vpc module wait=yes state attribute retrieval
13 years ago
Justin Ludwig 26374d89a0 Fix AWS credential params for s3 and other modules
13 years ago
James Tanner 52032b80d4 Fix pep8 error in ec2_vpc
13 years ago
Michael DeHaan 2726b13245 Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change.
13 years ago
Michael DeHaan aee1fcad05 Update changelog, rename vpc module to ec2_vpc.
13 years ago