You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library/cloud
Daniel Koch 8c0e8354bf Add "virtio" and "private_networking" options for DigitalOcean droplets
The dopy manager defaults to False for virtio, but the DigitalOcean web interface defaults to True, which is a pretty safe default and sensible considering the performance gains.

Private networks are a new feature currently available only in the NYC2 region as of Oct 2, 2013.

NOTE: dopy >= 0.2.2 is required for these options to work.
11 years ago
..
cloudformation The cloudformation module argument spec should match the documentation, so that template_parameters is a required argument. 11 years ago
digital_ocean Add "virtio" and "private_networking" options for DigitalOcean droplets 11 years ago
ec2 Make the ec2 wait code a little smarter 11 years ago
ec2_ami Merge branch 'rb2' of https://github.com/bpennypacker/ansible into bpennypacker-rb2 11 years ago
ec2_eip Merge pull request #4330 from tgerla/ec2_eip-docs 11 years ago
ec2_elb Modified ec2_elb doc per issue #3849 11 years ago
ec2_facts Allow check mode when gathering ec2 facts 11 years ago
ec2_group Add idempotency support to ec2_group 11 years ago
ec2_tag Basic module to tag resources in EC2. 11 years ago
ec2_vol Rebase attempt 11 years ago
glance_image Fix 'timeout' parameter of glance-image module. 11 years ago
keystone_user Keystone_user module: fix authentication needs tenant_name too 11 years ago
linode Styling: semicolon 11 years ago
nova_compute Fix wait_for default value to follow the documentation (documentation = 180, default value = 120) 11 years ago
nova_keypair DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 11 years ago
quantum_floating_ip DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 11 years ago
quantum_floating_ip_associate Docs: consistently format playbook EXAMPLES 11 years ago
quantum_network quantum_network: fix some doc mistakes 11 years ago
quantum_router Docs: consistently format playbook EXAMPLES 11 years ago
quantum_router_gateway DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 11 years ago
quantum_router_interface Fixed a few small typos 11 years ago
quantum_subnet Add option for DNS nameservers to quantum_subnet module 11 years ago
rax [cloud/rax] support wait on delete 11 years ago
rax_clb_nodes Changed the version_added field in rax_clb_nodes to 1.4 11 years ago
rds make rds handle vpc security groups properly 11 years ago
route53 Fixed small typo from the merge conflict in the route53 module 11 years ago
s3 dest in s3 module does not work with ~username notation for home directories. Wrapped dest definition in os.path.expanduser() which will return the expanded path in case of successful tilde expansion and otherwise the original value 11 years ago
virt Docs: consistently format playbook EXAMPLES 11 years ago