First version of the uffd collection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
TODO: The build role should probably be replaced by some intragration as a .build quadlet. Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
parent
688c2456b7
commit
694fd412c9
22 changed files with 680 additions and 0 deletions
11
roles/uffd/defaults/main.yml
Normal file
11
roles/uffd/defaults/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
uffd_podman_network: 'uffd-net'
|
||||
|
||||
uffd_conf_dir: '/etc/uffd'
|
||||
uffd_static_files_volume: 'uffd-static-files'
|
||||
uffd_data_volume: 'uffd-data'
|
||||
|
||||
uffd_image_name: 'localhost/uffd:latest'
|
||||
|
||||
uffd_nginx_image_name: 'docker.io/library/nginx'
|
||||
uffd_nginx_image_tag: 'latest'
|
Loading…
Add table
Add a link
Reference in a new issue