mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
12 lines
292 B
YAML
12 lines
292 B
YAML
---
|
|
|
|
# Port on which g2cs will listen
|
|
g2cs_port: 3514
|
|
|
|
# Where log files will be created. Thos files won't grow too large as g2cs truncates them after 10000 lines
|
|
# so better to use a tmpfs
|
|
g2cs_log_dir: /run/g2cs/logs
|
|
|
|
# List of IP/CIDR for which g2cs port will be reachable
|
|
g2cs_src_ip: []
|