Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
b8edbd0c
Commit
b8edbd0c
authored
Jul 23, 2013
by
Nicholas Kuechler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add example with multiple files.
parent
72238889
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
library/cloud/rax
+3
-2
No files found.
library/cloud/rax
View file @
b8edbd0c
...
@@ -59,7 +59,7 @@ options:
...
@@ -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,7 +91,8 @@ EXAMPLES = '''
...
@@ -91,7 +91,8 @@ 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]
files: [/root/.ssh/authorized_keys=/home/username/.ssh/id_rsa.pub,
/root/test.txt=/home/username/test.txt]
wait: yes
wait: yes
state: present
state: present
'''
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment