mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:25:30 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
11
roles/g2cs/defaults/main.yml
Normal file
11
roles/g2cs/defaults/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# 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: []
|
Reference in New Issue
Block a user