-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.spec
More file actions
58 lines (48 loc) · 1.85 KB
/
plugin.spec
File metadata and controls
58 lines (48 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
plugin_type: provision
subparsers:
docker:
description: Create and run containers using Ansible modules
include_groups: ['Ansible options', 'Inventory', 'Common options', 'Answers file']
groups:
- title: docker
options:
name:
type: Value
help: The name of the container
image:
type: Value
help: The name of the image to use with docker
default: python:2.7-slim
run:
type: Bool
default: yes
help: Run the container after creation
command:
type: Value
default: None
help: The command to execute when running the container
create:
type: Bool
default: no
help: Create the container
remove:
type: Bool
default: no
help: Remove the container
stop:
type: Bool
default: no
help: Stop the container
registry:
type: Value
help: The address for the docker registry to use
default: rhos-qe-mirror-tlv.usersys.redhat.com
list-images:
type: Bool
help: List the existing images in the registry
default: no
list-tags:
type: Bool
help: List all the tags of a specific image (you have to specify image with --image)
default: no