ansible/library
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
..
cloud Update rax root pubkey example 2014-09-17 18:06:59 -07:00
commands Make command warnings off by default to minimize surprises. 2014-08-22 16:12:48 -04:00
database Prevents module from failing with "_mysql_exceptions.Warning: Sending passwords in plain text without SSL/TLS is extremely insecure." When not using SSL/TLS. 2014-09-09 19:44:40 -04:00
files Adding "follow" param for file/copy options 2014-09-16 12:05:55 -05:00
internal
inventory
messaging
monitoring Don't return 'state' attr in bigpanda module 2014-09-08 11:06:49 +03:00
net_infrastructure A10 module improvements 2014-08-28 20:23:48 -05:00
network get_url module: Add timeout parameter 2014-09-08 13:58:25 +10:00
notification Bumping version_added for use_ssl param in irc module 2014-08-08 19:43:20 -05:00
packaging Fix a typo on is_update call inside latest function 2014-09-12 18:19:00 +02:00
source_control Allow git repo queries without a clone when update=no 2014-09-17 02:05:29 -05:00
system remove debugging that was causing failure 2014-09-17 10:25:54 -07:00
utilities Convert boolean strings from set_fact to proper boolean values 2014-09-10 09:56:39 -05:00
web_infrastructure Merge branch '7736' of https://github.com/kcghost/ansible into kcghost-7736 2014-08-08 19:30:04 -05:00
windows This change selects the certificate from the winrm configuration and attempts to find the expiry date from that. 2014-09-01 21:22:18 +01:00