Update container argument_specs, add alpine role as a template

This commit is contained in:
uumas
2023-03-21 00:32:01 +02:00
parent 9d7d11c384
commit 0541367cb3
4 changed files with 77 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
---
- name: Alpine container
import_role:
name: container
vars:
docker_service: alpine
docker_image: alpine
docker_image_http_port: 8080
docker_database: postgres
docker_mounts:
- name: data
path: /data
docker_env:
TZ: "{{ timezone }}"