Commit Graph

1732 Commits (e549d967233879981d3639c83d757bafd8274265)

Author SHA1 Message Date
Toshio Kuratomi 3c4f954f0f Don't raise or catch StandardError in amazon modules 9 years ago
Brian Coca 0c1d20865d Merge pull request #1250 from resmo/for-ansible
cloudstack: new module cs_volume
9 years ago
Rene Moser 87065005aa cloudstack: new module cs_volume 9 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
9 years ago
Brian Coca 2775be99d3 Merge pull request #1268 from ryansydnor/s3_bucket
Use boto normalized location for bucket creation
9 years ago
Toshio Kuratomi b87e3ce362 Quote strings that make the module docs fail to build 9 years ago
Toshio Kuratomi 19374903ac Switch StrictVersion for LooseVersion since some distros ship
beta versions and StrictVersion would fail on that.

Also clean up some minor style things
9 years ago
Toshio Kuratomi d3f0d3880c Merge pull request #444 from olsaki/devel
Add docker_login module
9 years ago
Olaf Kilian c629d5b013 Add requirement and check for compatible version of docker-py 9 years ago
Olaf Kilian 66964f660a Set no_log for password argument 9 years ago
Ryan Sydnor a56fe04683 Use boto normalized location for bucket creation
If a bucket is being created in us-east-1, the module passed
'us-east-1' to boto's s3.create_bucket method rather than
Location.DEFAULT (an empty string). This caused boto to generate
invalid XML which AWS was unable to interpret.
9 years ago
Alberto Gireud c9e4c32f41 Fix return documentation 9 years ago
Brian Coca aa859f6331 Merge pull request #1220 from agireud/os_project
Add openstack project module
9 years ago
Toshio Kuratomi e52e015791 Documentation fixes 9 years ago
Toshio Kuratomi 949610bbce Merge pull request #1202 from joelthompson/feature/sns_topic
Add sns_topic module to manage AWS SNS topics
9 years ago
Alberto Gireud b01f083ec3 Add openstack project module 9 years ago
Etherdaemon 1ee6962c93 Add new module to allow for getting and listing of Route53 relevant details 9 years ago
Joel Thompson 437a62836f Add sns_topic module to manage AWS SNS topics
This adds an sns_topic module which allows you to create and delete AWS
SNS topics as well as subscriptions to those topics.
9 years ago
wimnat a21d935e66 Prevent ec2_remote_facts from failing when listing a terminated instance 9 years ago
Brian Coca dd3a2b2e30 Merge pull request #1089 from wimnat/feature/ec2_remote_facts_refactor
Refactor ec2_remote_facts to use filters
9 years ago
Brian Coca 80f198a82f added missing : to docs 9 years ago
Toshio Kuratomi 4bf75fca9f Merge pull request #788 from ansible/open_url-vsphere-copy
Port vsphere_copy from httplib to open_url for TLS cert validation
9 years ago
Rene Moser d589a2ea12 cloudstack: cs_portforward: fix example does not match description 9 years ago
Brian Coca f4fd9a4639 Merge pull request #1136 from CenturylinkTechnology/minor-changes-and-bug-fixes
Bug fixes and minor enhancements to CenturyLink cloud modules
9 years ago
Matteo Acerbi fdffa55496 Fix docs for ec2_vpc_route_table
The documentation pointed to vpc_peering_connection, not vpc_peering_connection_id.
9 years ago
Olaf Kilian 98b21ee7f3 Improve registry key parity between clients
* Don't extract hostname part from docker_url since this leads to
  docker CLI client not recognizing Docker Hub credentials set by
  docker_login module anymore (looks for the full URL as a key).
9 years ago
Olaf Kilian 988be3458d Rework change detection 9 years ago
Olaf Kilian 9d39885d18 Adapt to new dockercfg file location and structure 9 years ago
Siva Popuri 8b7c3677fd added author to module doc string. 9 years ago
Olaf Kilian ef64423683 Make module importable for unit tests 9 years ago
Olaf Kilian c3d15a56cf Set default for email parameter to None 9 years ago
Olaf Kilian e86131c62f Add requirement for python >= 2.6 9 years ago
Olaf Kilian 85cc47c9e1 Default registry to docker hub 9 years ago
Brian Coca b65a583902 added version_added to new feature, removed unused aliases 9 years ago
Brian Coca 6342d35c48 Merge pull request #1082 from daniel-sc/devel
configurable timeout for creating gce image
9 years ago
whiter 89f8e249fa Refactor ec2_remote_facts to use filters 9 years ago
Siva Popuri e8fe9167d7 Added RETURN doc string for all modules and few minor enhancements. 9 years ago
Chrrrles Paul 405c3cb2c7 tpyo in doc string 9 years ago
Brian Coca eeeb1264d3 Merge pull request #1090 from wimnat/feature/eni_facts_filters
Use filters attribute rather than eni id
9 years ago
Toshio Kuratomi b60d6e754b Fix doc build by moving misplaced CIDR documentation 9 years ago
Rene Moser c142bf0d44 cloudstack: add new loadbalancer rule modules 9 years ago
Brian Coca 618ed0012c Merge pull request #1046 from shawnsi/vpc-route-table
Check mode support for VPC route table creation
9 years ago
Brian Coca 7ca42c0bc0 Merge pull request #730 from CenturylinkTechnology/clc_aa_policy
clc_aa_policy : the ansible module to manage anti affinity policies in centurylink cloud
9 years ago
Brian Coca e8a919943c Merge pull request #731 from CenturylinkTechnology/clc_alert_policy
clc_alert_policy : the ansible module to manage alert policies in centurylink cloud
9 years ago
Brian Coca a64649bf76 Merge pull request #781 from CenturylinkTechnology/clc_server_snapshot
clc_server_snapshot: Ansible module for managing server snapshots in Centurylink Cloud
9 years ago
Toshio Kuratomi 8ce3104bc5 Convert from dos line endings to unix because dos line endings break our documentation build. 9 years ago
whiter 62cd2d9c18 Use filters attribute rather than eni id so facts can be filtered on much more. Matches the new ec2_vpc_route_table_facts and ec2_vpc_subnet_facts modules 9 years ago
Shawn Siefkas dbdd2475e6 Handling dry run exception 9 years ago
Charles Paul 51bb65c9a3 reference instance_id in docs, fixes for calls to fail_json 9 years ago
daniel-sc dbb0bcd9e4 configurable timeout for creating gce image 9 years ago