Compare commits

...

2 Commits

Author SHA1 Message Date
uumas
46c65afd25 v0.1.5 2026-09-22 20:46:40 +03:00
uumas
9bf31e9521 euro_office: Add fonts 2026-09-22 20:44:53 +03:00
70 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ namespace: uumas
name: podman name: podman
description: Roles for installing services in podman containers description: Roles for installing services in podman containers
readme: README.md readme: README.md
version: 0.1.4 version: 0.1.5
repository: "https://git.uumas.fi/uumas/ansible-podman" repository: "https://git.uumas.fi/uumas/ansible-podman"
license_file: LICENSE license_file: LICENSE
authors: authors:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -12,6 +12,9 @@
- type: volume - type: volume
source: private source: private
destination: /var/www/euro-office/Data destination: /var/www/euro-office/Data
- type: copy
source: fonts/
destination: /usr/share/fonts/custom
service_container_http_port: 80 service_container_http_port: 80
service_domains: "{{ euro_office_domains }}" service_domains: "{{ euro_office_domains }}"
service_database_type: postgres service_database_type: postgres