1
0
Fork 0
ansible-collection-uffd/roles/uffd/defaults/main.yml
Nis Wechselberg 694fd412c9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
First version of the uffd collection
TODO: The build role should probably be replaced by some intragration as a .build quadlet.

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
2025-05-07 23:53:34 +02:00

11 lines
263 B
YAML

---
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'