19 lines
250 B
YAML
19 lines
250 B
YAML
|
|
%YAML 1.2
|
||
|
|
---
|
||
|
|
version: 1.1
|
||
|
|
|
||
|
|
proxies:
|
||
|
|
|
||
|
|
username:
|
||
|
|
redefine: true
|
||
|
|
mandatory: false
|
||
|
|
|
||
|
|
password:
|
||
|
|
redefine: true
|
||
|
|
hidden:
|
||
|
|
jinja: |-
|
||
|
|
{{ not _.username }}
|
||
|
|
return_type: boolean
|
||
|
|
description: if username is empty
|
||
|
|
...
|