From 72238889c3ca014fc6222195d0d38641cf257bc3 Mon Sep 17 00:00:00 2001 From: Nicholas Kuechler Date: Tue, 23 Jul 2013 22:49:17 -0500 Subject: [PATCH] Update docs and example for injecting files. --- library/cloud/rax | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/cloud/rax b/library/cloud/rax index 1fbe98e00e..c7c9933f5d 100644 --- a/library/cloud/rax +++ b/library/cloud/rax @@ -59,7 +59,7 @@ options: aliases: ['keypair'] files: description: - - Files to insert into the instance. remotefilename:localcontent + - Files to insert into the instance. [remotefilename=localcontent] default: null region: description: @@ -91,6 +91,7 @@ EXAMPLES = ''' name: rax-test1 flavor: 5 image: b11d9567-e412-4255-96b9-bd63ab23bcfe + files: [/root/.ssh/authorized_keys=/home/username/.ssh/id_rsa.pub] wait: yes state: present '''