Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
commit
e0bd2f80a9
92 changed files with 3534 additions and 0 deletions
51
roles/coller/defaults/main.yml
Normal file
51
roles/coller/defaults/main.yml
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
|
||||
# Version of the binary.
|
||||
#
|
||||
# - Type: str
|
||||
# - Required: No
|
||||
# - Default: 1.3.1
|
||||
coller_version: 1.3.1
|
||||
|
||||
# Directory of the configuration files.
|
||||
#
|
||||
# - Type: path
|
||||
# - Required: No
|
||||
# - Default: /etc/coller
|
||||
coller_config_dir: /etc/coller
|
||||
|
||||
# Port to listen.
|
||||
#
|
||||
# - Type: int
|
||||
# - Required: No
|
||||
# - Default: 8080
|
||||
coller_port: 8080
|
||||
|
||||
# Create iptables rule to allow the service.
|
||||
#
|
||||
# - Type: bool
|
||||
# - Required: No
|
||||
# - Default: false
|
||||
coller_manage_iptables: false
|
||||
|
||||
# List of allowed networks to allow.
|
||||
#
|
||||
# Enabled when `coller_manage_iptables` is enabled.
|
||||
#
|
||||
# - Type: list
|
||||
# - Required: No
|
||||
coller_allowed_sources: []
|
||||
|
||||
# Name of the database to connect.
|
||||
#
|
||||
# - Type: str
|
||||
# - Required: No
|
||||
# - Default: coller
|
||||
coller_db_name: coller
|
||||
|
||||
# User to connect to the database.
|
||||
#
|
||||
# - Type: str
|
||||
# - Required: No
|
||||
# - Default: coller
|
||||
coller_db_user: coller
|
||||
Loading…
Add table
Add a link
Reference in a new issue