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/cloud
Evan Coury 54a979ddd3 Update rax root pubkey example
The example was showing how to use the `files` option to pass in a local file as an authorized public key for root. While this works, it's a bit sloppy, given that there's a specific option, `key_name` which will use one of your public keys on your rackspace account and add it as an authorized key for root. In our case, one of our admins didn't notice the `key_name` option because they scrolled straight to the example and saw the `files` strategy.

I propose that the example still shows `files`, but not using a root public key as an example, and instead also demonstrate the `key_name` option so that it's clear from the example how to get the initial root public key deployed.
11 years ago
..
azure add additional Azure Regions 12 years ago
cloudformation Parameters to disable_rollback are "true" or "false" 12 years ago
digital_ocean Bulk update of choices=BOOLEANS to type='bool' 12 years ago
digital_ocean_domain Replace all occurrences of "Digital Ocean" with "DigitalOcean" 12 years ago
digital_ocean_sshkey Replace all occurrences of "Digital Ocean" with "DigitalOcean" 12 years ago
docker Ensure port in docker expose list is a string 11 years ago
docker_image Merge pull request #7925 from devpopol/fixes/api_error 12 years ago
ec2 Allow filtering by availability zone for exact_count with ec2 11 years ago
ec2_ami Moved AWS modules over to common module fragments 12 years ago
ec2_ami_search Adds us-gov-west-1 aws ec2 region to cloud library 12 years ago
ec2_asg Remove reference to deprecated input mechanism. 12 years ago
ec2_eip Fix for #8344 12 years ago
ec2_elb multiple spelling error changes 12 years ago
ec2_elb_lb further cleanup 11 years ago
ec2_facts Adds us-gov-west-1 aws ec2 region to cloud library 12 years ago
ec2_group update version_added 12 years ago
ec2_key Moved AWS modules over to common module fragments 12 years ago
ec2_lc Merge branch 'feature/makes-ec2-lc-boto-iso-functional' of https://github.com/botify-labs/ansible into botify-labs-feature/makes-ec2-lc-boto-iso-functional 12 years ago
ec2_metric_alarm Remove namespace restrictions in ec2_metric_alarm 12 years ago
ec2_scaling_policy Merge branch 'exit_json' of https://github.com/psa/ansible into psa-exit_json 12 years ago
ec2_snapshot Improve the ec2_snapshot argument spec and docs 12 years ago
ec2_tag Fix EC2_TAG module output structure when listing tags 12 years ago
ec2_vol Add note to ec2_vol state param regarding list option added in 1.8 11 years ago
ec2_vpc Fix #8666 for real 12 years ago
elasticache cloud/elasticache: Ensure self.data is iterable 12 years ago
gc_storage multiple spelling error changes 12 years ago
gce Update version_added attribute on recent GCE module additions. 12 years ago
gce_lb Removing zone choices that overly-limit available zones for gce 12 years ago
gce_net Fix version_added for new params in gce_net 12 years ago
gce_pd Update version_added attribute on recent GCE module additions. 12 years ago
glance_image Fix the docs for glance_image.endpoint_type 12 years ago
keystone_user Update keystone_user doc for tenant_description 12 years ago
linode require pycurl for linode module 12 years ago
nova_compute Update openstack module parameters to read 1.8 for version_added on new attributes. 12 years ago
nova_keypair Add common auth handling across openstack modules 12 years ago
ovirt Use ovirtsdk if it installed, but fall out gracefully if it is not 12 years ago
quantum_floating_ip Add common auth handling across openstack modules 12 years ago
quantum_floating_ip_associate Add common auth handling across openstack modules 12 years ago
quantum_network Merge branch 'spelling' of git://github.com/cgar/ansible into devel 12 years ago
quantum_router Merge branch 'spelling' of git://github.com/cgar/ansible into devel 12 years ago
quantum_router_gateway Add common auth handling across openstack modules 12 years ago
quantum_router_interface Merge branch 'spelling' of git://github.com/cgar/ansible into devel 12 years ago
quantum_subnet Fix description on quantum_subnet module 12 years ago
rax Update rax root pubkey example 11 years ago
rax_cbs Move additional rackspace common code into module_utils/rax.py 12 years ago
rax_cbs_attachments Move additional rackspace common code into module_utils/rax.py 12 years ago
rax_cdb Dedupe code and switch to shared doc fragments 12 years ago
rax_cdb_database Dedupe code and switch to shared doc fragments 12 years ago
rax_cdb_user Dedupe code and switch to shared doc fragments 12 years ago
rax_clb Move additional rackspace common code into module_utils/rax.py 12 years ago
rax_clb_nodes Move additional rackspace common code into module_utils/rax.py 12 years ago
rax_dns Perform region validation early to be more explicit about invalid region failures 12 years ago
rax_dns_record Perform region validation early to be more explicit about invalid region failures 12 years ago
rax_facts Move additional rackspace common code into module_utils/rax.py 12 years ago
rax_files Move additional rackspace common code into module_utils/rax.py 12 years ago
rax_files_objects Merge branch 'spelling' of git://github.com/cgar/ansible into devel 12 years ago
rax_identity Use new shared rax_to_dict and normalize the services key into something that makes sense 12 years ago
rax_keypair Move additional rackspace common code into module_utils/rax.py 12 years ago
rax_meta Add rax_meta module 12 years ago
rax_network rax modules improvements 12 years ago
rax_queue rax modules improvements 12 years ago
rax_scaling_group Move additional rackspace common code into module_utils/rax.py 12 years ago
rax_scaling_policy Move additional rackspace common code into module_utils/rax.py 12 years ago
rds Fix RDS AWS connection 12 years ago
rds_param_group Handle integer param values that are calculated values 12 years ago
rds_subnet_group Adds modules for managing Amazon RDS parameter and subnet groups. 12 years ago
route53 New option for route53: retry_interval 12 years ago
s3 Fixing docs error for new region param 12 years ago
virt Fix the default url of get_xml function. 12 years ago
vsphere_guest vsphere_guest module doc fix 12 years ago