Update docs and example for injecting files.
This commit is contained in:
parent
d1effecb2e
commit
72238889c3
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,7 @@ options:
|
||||||
aliases: ['keypair']
|
aliases: ['keypair']
|
||||||
files:
|
files:
|
||||||
description:
|
description:
|
||||||
- Files to insert into the instance. remotefilename:localcontent
|
- Files to insert into the instance. [remotefilename=localcontent]
|
||||||
default: null
|
default: null
|
||||||
region:
|
region:
|
||||||
description:
|
description:
|
||||||
|
@ -91,6 +91,7 @@ EXAMPLES = '''
|
||||||
name: rax-test1
|
name: rax-test1
|
||||||
flavor: 5
|
flavor: 5
|
||||||
image: b11d9567-e412-4255-96b9-bd63ab23bcfe
|
image: b11d9567-e412-4255-96b9-bd63ab23bcfe
|
||||||
|
files: [/root/.ssh/authorized_keys=/home/username/.ssh/id_rsa.pub]
|
||||||
wait: yes
|
wait: yes
|
||||||
state: present
|
state: present
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue