Skip to content

Commit bc03286

Browse files
committed
Document remote_src option for volumes
1 parent e6c30ca commit bc03286

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ Role Variables
118118
- `image` and `backing_image` are mutually exclusive options.
119119
- `target`: (optional) Manually influence type and order of volumes
120120
- `dev`: (optional) Block device path when type is `block`.
121+
- `remote_src`: (optional) When type is `file` or `block`, specify wether `image` points to a remote file (true) or a file local to the host that launched the playbook (false). Defaults to true.
122+
121123

122124
- `interfaces`: a list of network interfaces to attach to the VM.
123125
Each network interface is defined with the following dict:

0 commit comments

Comments
 (0)