mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 21:01:13 +00:00
Add example with multiple files.
This commit is contained in:
@@ -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,7 +91,8 @@ EXAMPLES = '''
|
||||
name: rax-test1
|
||||
flavor: 5
|
||||
image: b11d9567-e412-4255-96b9-bd63ab23bcfe
|
||||
files: [/root/.ssh/authorized_keys=/home/username/.ssh/id_rsa.pub]
|
||||
files: [/root/.ssh/authorized_keys=/home/username/.ssh/id_rsa.pub,
|
||||
/root/test.txt=/home/username/test.txt]
|
||||
wait: yes
|
||||
state: present
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user