Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ad30a8307f
commit
f418990e84
85 changed files with 3520 additions and 2 deletions
52
roles/coller/meta/argument_specs.yml
Normal file
52
roles/coller/meta/argument_specs.yml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
---
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Install and configure a coller instance
|
||||
description:
|
||||
- Install and configure a [coller](https://git.riou.xyz/jriou/coller) instance.
|
||||
author:
|
||||
- jriou
|
||||
options:
|
||||
coller_version:
|
||||
description:
|
||||
- Version of the binary.
|
||||
default: "1.3.1"
|
||||
|
||||
coller_config_dir:
|
||||
description:
|
||||
- Directory of the configuration files.
|
||||
type: path
|
||||
default: /etc/coller
|
||||
|
||||
coller_port:
|
||||
description:
|
||||
- Port to listen.
|
||||
type: int
|
||||
default: 8080
|
||||
|
||||
coller_manage_iptables:
|
||||
description:
|
||||
- Create iptables rule to allow the service.
|
||||
type: bool
|
||||
default: false
|
||||
|
||||
coller_allowed_sources:
|
||||
description:
|
||||
- List of allowed networks to allow.
|
||||
- Enabled when `coller_manage_iptables` is enabled.
|
||||
type: list
|
||||
|
||||
coller_db_name:
|
||||
description:
|
||||
- Name of the database to connect.
|
||||
default: coller
|
||||
|
||||
coller_db_user:
|
||||
description:
|
||||
- User to connect to the database.
|
||||
default: coller
|
||||
|
||||
coller_db_password:
|
||||
description:
|
||||
- Password to connect to the database.
|
||||
required: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue