vieter: add podman-based deployment
This commit is contained in:
parent
b2ea4ad0d3
commit
7f10c05cec
10 changed files with 173 additions and 32 deletions
11
roles/any.software.vieter-podman/templates/vieter.env.j2
Normal file
11
roles/any.software.vieter-podman/templates/vieter.env.j2
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
VIETER_API_KEY={{ vieter_api_key }}
|
||||
VIETER_LOG_LEVEL=DEBUG
|
||||
VIETER_DEFAULT_ARCH=x86_64
|
||||
VIETER_BASE_IMAGE=ghcr.io/menci/archlinuxarm:base-devel
|
||||
VIETER_GLOBAL_SCHEDULE=0 23
|
||||
VIETER_MAX_LOG_AGE=120
|
||||
VIETER_COLLECT_METRICS=0
|
||||
VIETER_ADDRESS=https://arch.r8r.be
|
||||
VIETER_MAX_CONCURRENT_BUILDS=1
|
||||
VIETER_ARCH=x86_64
|
||||
VIETER_POLLING_FREQUENCY=120
|
||||
Loading…
Add table
Add a link
Reference in a new issue