rougail-tutorials_builder/examples/181/structural_files/foxyproxy/00-foxyproxy.yml

21 lines
384 B
YAML
Raw Permalink Normal View History

2025-05-05 19:05:46 +02:00
%YAML 1.2
2024-07-21 11:27:47 +02:00
---
2025-11-02 20:39:39 +01:00
version: 1.1
2024-07-21 11:27:47 +02:00
proxies:
description: Proxy configuration
2025-11-08 10:37:28 +01:00
type: leadership
2024-07-21 11:27:47 +02:00
title:
description: Title or Description
mandatory: false
color:
description: Color
2025-05-05 19:05:46 +02:00
regexp: ^#(?:[0-9a-f]{3}){1,2}$
2024-07-21 11:27:47 +02:00
default:
2025-05-05 19:05:46 +02:00
jinja: >-
2026-03-08 07:49:25 +01:00
#{%- for i in range(6) -%}{{- '0123456789abcdef' | random -}}{%- endfor -%}
2025-05-05 18:21:57 +02:00
description: random color value
2025-05-05 19:05:46 +02:00
...