[tutorial v1.1_090] A conditional disabled variable with type domainname and parameters
This commit is contained in:
parent
24e88d52f0
commit
acba1c5a47
1 changed files with 16 additions and 0 deletions
16
firefox/40-no_proxy.yml
Normal file
16
firefox/40-no_proxy.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
no_proxy:
|
||||
description: Address for which proxy will be desactivated
|
||||
type: domainname
|
||||
params:
|
||||
allow_ip: true
|
||||
allow_cidr_network: true
|
||||
allow_without_dot: true
|
||||
allow_startswith_dot: true
|
||||
disabled:
|
||||
variable: _.proxy_mode
|
||||
when: No proxy
|
||||
...
|
||||
Loading…
Reference in a new issue