feat(ansible): add example configurations to the setup (#45)

This commit is contained in:
Stephan Lüscher 2024-05-27 16:41:07 +00:00
parent 327c010ddd
commit e0df50076e
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
6 changed files with 38 additions and 25 deletions

View file

@ -1,3 +1,6 @@
---
forge_container_name: "{{ forge_registry_url }}/{{ forge_git_repository_url | regex_search('(?<=/)[^/]+(?=\\.git)') }}"
forge_container_tag: "{{ ansible_date_time.date }}_{{ ansible_date_time.time | replace(':','')}}"
forge_container_file: "Containerfile"
forge_container_format: "oci"
forge_container_extra_args: []