Commit Graph

313 Commits (b963596e5c7fba0441f7779b5119998f663ceb24)

Author SHA1 Message Date
jctanner 8e8c8efc8f Merge pull request #4769 from alanfairless/more-password-entropy-revised
Revised patch for more password entropy
12 years ago
jctanner 6a5672c997 Merge pull request #4835 from sivel/rax-clb
Add module to create Rackspace Cloud Loadblancers. Fixes #4794
12 years ago
Matt Martz 2065253c3e Rename rax_clb to rax_clb_nodes in docs and examples 12 years ago
jctanner e36781dace Merge pull request #4603 from claco/rax_network_module
Add rax_network module
12 years ago
Matt Martz 9d684c9e8e If you try to delete a balancer that isn't there, don't blow up 12 years ago
Matt Martz 772fbb8d0a Updates to rax_clb module 12 years ago
Christopher H. Laco 0be54b5585 Added replacement rax_clb that does LB detailed creation 12 years ago
Christopher H. Laco 6a964496b1 Renamed rax_clb to rax_clb_nodes since it's node management and not clb creation 12 years ago
jctanner 277dda5373 Merge pull request #4489 from cove/devel
add docker module
12 years ago
jctanner 31b5b66eb1 Merge pull request #4776 from jlaska/ec2_wait_on_terminate
Honor wait on ec2 instance termination
12 years ago
Christopher H. Laco f214b9870a Update module based on upstream feedback
- Remove deleted state
- Use dict() instead of raw hash
- Wrap or statements in parens instead of backslash line continuations
- Change instances to networks in module return result
12 years ago
Christopher H. Laco 88083891bb Add rax_network module
Based on the refactor work @sivel is doing, adding a rax_network module
to create/delete networks in the Rackspace Public Cloud.

See: https://github.com/ansible/ansible/issues/4577
12 years ago
jctanner 15a9f7700f Merge pull request #4760 from urbanmapping/devel
make cloudformation module accept template_parameters from command line
12 years ago
dragon3 e54832a730 Remove duplicate "download_s3file" execution when the destination path doesn't exist 12 years ago
Cove Schneider 1ea17dee11 Fixes from docker-ansible, update license to be same as other modules 12 years ago
Mohan Krishnan 56bd9a14d5 Fix for connect method parameter order 12 years ago
Mohan Krishnan 0ae9128c7b ec2_eip connect method references module var that is not passed in 12 years ago
James Laska 2a5874b94f Honor wait on ec2 instance termination 12 years ago
Michael DeHaan e725eea4be Merge pull request #4770 from dragon3/devel
ec2_vol: return volume_id/device even when volume mapping already exists
12 years ago
James Tanner afa5988391 Fixes #4540 Use shared module snippet to evaluate ec2 credentials 12 years ago
dragon3 19b5008c0a return volume_id/device even when volume mapping already exists 12 years ago
Alan Fairless 0824f004d9 Revised patch for more password entropy 12 years ago
Brian Cavagnolo 869f32123b make cloudformation module accept template_parameters from command line
Passing cloudformation template_parameters on the command line
like so was failing:

    ansible localhost -m cloudformation -a "...template_parameters=foo=5,bar=4..."
12 years ago
Michael DeHaan 187ebf2f56 Leverage 4318b27 and no longer treat instance tags as JSON, but as dictionary types which could be key=value or dicts or JSON or references. 12 years ago
Michael DeHaan aae3a0ea8d Merge pull request #4740 from retr0h/return-server-object-not-list
Need to compare on server object not list
12 years ago
Sheldon Hearn 6a02c75b7c Fix description of nova_compute:name option
It's the name of the instance, not of an image.
12 years ago
John Dewey f1fa16b65f Need to compare on server object not list
TASK: [create test controller 0] **********************************************
    failed: [127.0.0.1] => {"failed": true, "parsed": false}
    invalid output was: Traceback (most recent call last):
      File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 1203, in <module>
        main()
      File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 261, in main
        _get_server_state(module, nova)
      File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 197, in _get_server_state
        if server.status != 'ACTIVE':
    AttributeError: 'list' object has no attribute 'status'
12 years ago
kiri c1c32c75ac add NoneType check. 12 years ago
Michael DeHaan 2b785ec7e5 Merge pull request #4610 from bennojoy/gcs_fix3
fix for overwrite in put operation
12 years ago
Christian Berendt 42d877146c fixed permissions of module library/cloud/ovirt 12 years ago
James Tanner 8157d5e52a Set version_added for ec2_eip's in_vpc parameter 12 years ago
jctanner 0b4f84d780 Merge pull request #4593 from pas256/eip-vpc
Add VPC support for EIP module
12 years ago
James Tanner b803aac6ec Fixes #4500 change ec2 module params to type=bool
Revert 4833c2fdf0
12 years ago
Cove Schneider 94574f7296 update with current fixes from docker-ansible 12 years ago
jctanner e34cde6bef Merge pull request #4112 from jsdalton/add_az_support_to_ec2_elb
Add enable_availability_zone parameter to ec2 module.
12 years ago
bennojoy 0c275424c6 fix to work like copy module 12 years ago
bennojoy 788e783b6d fix for overwrite in put operation 12 years ago
Michael DeHaan 21d4400c96 Misc pep8 fixes 12 years ago
Michael DeHaan aa93ce2dc2 Fix deprecation warnings in the Google modules. 12 years ago
Peter Sankauskas b793248df4 Now this disassociates EIPs from instances inside a VPC correctly. Time
for a PR.
12 years ago
Peter Sankauskas 0e459f65f0 First round of changes to the EIP module to get it to be able to work well inside a VPC, and to be able to delete EIPs as well 12 years ago
Brian Schott bdc8ea828e added aws_access_key and aws_secret_key aliases to ec2_group arguments 12 years ago
Michael DeHaan 8a516d1479 Various standardization to the proposed gce_storage module to bring things in line with updates to the S3 module.
Some typo fixes.

Further testing required.
12 years ago
Michael DeHaan 4bdf3da25a Merge pull request #4333 from bennojoy/gcs
support for google cloud storage module
12 years ago
Michael DeHaan baa13a5cc7 Merge pull request #4395 from erjohnso/devel
adding Google Compute Engine modules and inventory plugin
12 years ago
Lorin Hochstein 1c5bdba977 s3: better check for walrus
Check for Walrus endpoint by looking to see if the endpoint is not AWS.

This fixes a bug where the user specifies an AWS endpoint via S3_URL,
but the code interprets it as Walrus and then fails.
12 years ago
Michael DeHaan 84ff24d92c Merge pull request #4346 from dmkoch/digitalocean-droplet-options
Add "virtio" and "private_networking" options for DigitalOcean droplets
12 years ago
Cove Schneider 5f7e1fc306 Un-camelcase DockerContainers, rename class to DockerManager(). 12 years ago
Michael DeHaan b8ec300d4c Add note about feature being new in 1.4 12 years ago
Constantine Peresypkin 499a2fe456 add support for disk_config option to cloud/rax module 12 years ago