-
Notifications
You must be signed in to change notification settings - Fork 0
/
operator-config.yaml
43 lines (42 loc) · 1.36 KB
/
operator-config.yaml
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
domain: operator-collections
name: simple-plays
version: 1.1.1
inventoryName: some-host
displayName: Simple Plays
description: >-
# Simple Plays
The `simple-plays` collection contains some example inventory configurations and simple playbooks that may be run standalone or via Kubernetes.
resources:
- kind: DiscoverFiles
description: Discover existing Files
playbook: playbooks/discover.yml
vars:
- name: notused
displayName: NotUsed
description: >-
This variable is not used, but needs to be there because of NAZARE-7480
type: string
- kind: File
description: Create a File
playbook: playbooks/file.yml
finalizer: playbooks/file.yml
vars:
- name: filepath
displayName: File Path
description: >-
The name of the file to be created under the /tmp/zoscb/simple-plays directory
type: string
- kind: FileMessage
description: Append a message to an existing File instance
playbook: playbooks/day2.yml
vars:
- name: file_cr_name
displayName: File
description: >-
An existing File instance which will have the specified message appended
kindReference: File
type: string
- name: msg
displayName: Message
description: The message that you want to append to the File instance
type: string