-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitops.schema.yaml
45 lines (45 loc) · 1.2 KB
/
bitops.schema.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
44
45
ansible:
type: object
properties:
cli:
type: object
properties:
flush-cache:
type: boolean
parameter: flush-cache
force-handlers:
type: boolean
parameter: force-handlers
skip-tags:
type: string
parameter: skip-tags
forks:
type: integer
parameter: forks
inventory:
type: string
parameter: inventory
tags:
type: string
parameter: tags
extra-vars:
type: string
parameter: extra-vars
main-playbook:
type: string
required: True
default: playbook.yaml
dryrun:
parameter: check
type: boolean
description: Don't make any changes; instead, try to predict some of the changes that may occur
options:
type: object
properties:
skip-deploy:
type: boolean
export_env: BITOPS_ANSIBLE_SKIP_DEPLOY
verbosity:
type: integer
# https://github.com/ansible/ansible/blob/f841c2803a1e36bb6f392c466d36b669f9243464/lib/ansible/config/base.yml#L1185-L1192
export_env: ANSIBLE_VERBOSITY