ansible/library/cloud
Evan Coury f445e3c606 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.
2014-09-17 18:06:59 -07:00
..
azure add additional Azure Regions 2014-08-31 09:15:46 -04:00
cloudformation Parameters to disable_rollback are "true" or "false" 2014-07-30 15:48:30 -04:00
digital_ocean Bulk update of choices=BOOLEANS to type='bool' 2014-03-11 15:42:45 -05:00
digital_ocean_domain Replace all occurrences of "Digital Ocean" with "DigitalOcean" 2014-08-08 22:03:17 +03:00
digital_ocean_sshkey Replace all occurrences of "Digital Ocean" with "DigitalOcean" 2014-08-08 22:03:17 +03:00
docker Ensure port in docker expose list is a string 2014-09-16 21:38:49 -05:00
docker_image Merge pull request #7925 from devpopol/fixes/api_error 2014-06-25 22:33:22 -05:00
ec2 Allow filtering by availability zone for exact_count with ec2 2014-09-17 15:49:26 -05:00
ec2_ami Moved AWS modules over to common module fragments 2014-04-09 21:19:12 +10:00
ec2_ami_search Adds us-gov-west-1 aws ec2 region to cloud library 2014-08-27 22:06:15 -04:00
ec2_asg Remove reference to deprecated input mechanism. 2014-09-10 17:45:24 -04:00
ec2_eip Fix for #8344 2014-08-08 18:42:40 +04:00
ec2_elb multiple spelling error changes 2014-04-29 10:41:05 -04:00
ec2_elb_lb further cleanup 2014-09-16 09:37:01 -07:00
ec2_facts Adds us-gov-west-1 aws ec2 region to cloud library 2014-08-27 22:06:15 -04:00
ec2_group update version_added 2014-08-08 12:36:40 -04:00
ec2_key Moved AWS modules over to common module fragments 2014-04-09 21:19:12 +10:00
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 2014-08-26 13:00:17 -05:00
ec2_metric_alarm Remove namespace restrictions in ec2_metric_alarm 2014-09-05 22:09:29 +02:00
ec2_scaling_policy Merge branch 'exit_json' of https://github.com/psa/ansible into psa-exit_json 2014-06-20 13:59:55 -05:00
ec2_snapshot Improve the ec2_snapshot argument spec and docs 2014-05-01 13:11:41 +10:00
ec2_tag Fix EC2_TAG module output structure when listing tags 2014-07-15 14:26:53 +02:00
ec2_vol Add note to ec2_vol state param regarding list option added in 1.8 2014-09-16 13:20:39 -05:00
ec2_vpc Fix #8666 for real 2014-09-02 19:16:39 -07:00
elasticache cloud/elasticache: Ensure self.data is iterable 2014-04-11 18:23:53 -05:00
gc_storage multiple spelling error changes 2014-04-29 10:41:05 -04:00
gce Update version_added attribute on recent GCE module additions. 2014-07-19 19:08:28 -04:00
gce_lb Removing zone choices that overly-limit available zones for gce 2014-05-05 11:58:39 -05:00
gce_net Fix version_added for new params in gce_net 2014-04-08 10:03:56 -04:00
gce_pd Update version_added attribute on recent GCE module additions. 2014-07-19 19:08:28 -04:00
glance_image Fix the docs for glance_image.endpoint_type 2014-08-12 16:40:01 -07:00
keystone_user Update keystone_user doc for tenant_description 2014-08-12 16:49:33 -07:00
linode require pycurl for linode module 2014-05-27 14:37:44 -04:00
nova_compute Update openstack module parameters to read 1.8 for version_added on new attributes. 2014-08-08 11:07:27 -04:00
nova_keypair Add common auth handling across openstack modules 2014-08-04 20:55:30 -07:00
ovirt Use ovirtsdk if it installed, but fall out gracefully if it is not 2013-12-03 20:21:16 +08:00
quantum_floating_ip Add common auth handling across openstack modules 2014-08-04 20:55:30 -07:00
quantum_floating_ip_associate Add common auth handling across openstack modules 2014-08-04 20:55:30 -07:00
quantum_network Merge branch 'spelling' of git://github.com/cgar/ansible into devel 2014-08-08 13:28:45 -04:00
quantum_router Merge branch 'spelling' of git://github.com/cgar/ansible into devel 2014-08-08 13:28:45 -04:00
quantum_router_gateway Add common auth handling across openstack modules 2014-08-04 20:55:30 -07:00
quantum_router_interface Merge branch 'spelling' of git://github.com/cgar/ansible into devel 2014-08-08 13:28:45 -04:00
quantum_subnet Fix description on quantum_subnet module 2014-08-28 10:43:00 -04:00
rax Update rax root pubkey example 2014-09-17 18:06:59 -07:00
rax_cbs Move additional rackspace common code into module_utils/rax.py 2014-08-06 16:26:48 -05:00
rax_cbs_attachments Move additional rackspace common code into module_utils/rax.py 2014-08-06 16:26:48 -05:00
rax_cdb Dedupe code and switch to shared doc fragments 2014-08-08 19:32:22 -05:00
rax_cdb_database Dedupe code and switch to shared doc fragments 2014-08-08 19:32:22 -05:00
rax_cdb_user Dedupe code and switch to shared doc fragments 2014-08-08 19:32:22 -05:00
rax_clb Move additional rackspace common code into module_utils/rax.py 2014-08-06 16:26:48 -05:00
rax_clb_nodes Move additional rackspace common code into module_utils/rax.py 2014-08-06 16:26:48 -05:00
rax_dns Perform region validation early to be more explicit about invalid region failures 2014-09-02 09:17:40 -05:00
rax_dns_record Perform region validation early to be more explicit about invalid region failures 2014-09-02 09:17:40 -05:00
rax_facts Move additional rackspace common code into module_utils/rax.py 2014-08-06 16:26:48 -05:00
rax_files Move additional rackspace common code into module_utils/rax.py 2014-08-06 16:26:48 -05:00
rax_files_objects Merge branch 'spelling' of git://github.com/cgar/ansible into devel 2014-08-08 13:28:45 -04:00
rax_identity Use new shared rax_to_dict and normalize the services key into something that makes sense 2014-08-06 16:28:42 -05:00
rax_keypair Move additional rackspace common code into module_utils/rax.py 2014-08-06 16:26:48 -05:00
rax_meta Add rax_meta module 2014-06-01 14:31:26 -05:00
rax_network rax modules improvements 2014-04-03 17:16:24 -04:00
rax_queue rax modules improvements 2014-04-03 17:16:24 -04:00
rax_scaling_group Move additional rackspace common code into module_utils/rax.py 2014-08-06 16:26:48 -05:00
rax_scaling_policy Move additional rackspace common code into module_utils/rax.py 2014-08-06 16:26:48 -05:00
rds Fix RDS AWS connection 2014-08-18 14:43:07 +10:00
rds_param_group Handle integer param values that are calculated values 2014-06-19 00:04:04 -05:00
rds_subnet_group Adds modules for managing Amazon RDS parameter and subnet groups. 2014-03-02 19:36:07 -05:00
route53 New option for route53: retry_interval 2014-07-14 15:07:47 -04:00
s3 Fixing docs error for new region param 2014-09-09 15:53:33 -05:00
virt Fix the default url of get_xml function. 2014-03-31 11:05:31 +08:00
vsphere_guest vsphere_guest module doc fix 2014-09-11 15:47:22 +02:00