blob: 92089e9aadebeb2244b60d4ed5b79e0aa14be624 [file] [log] [blame]
Samuli Silviusf6f5fc42019-02-13 11:00:39 +02001---
2# By default prepopulated nexus binary blob used.
3populate_nexus: false
4# By dafault no additional docker images pushed to nexus at runtime
5# but all images are pre-populated either at buildtime or at install time (populate_nexus).
6runtime_images: {}
Tomáš Levoraa0ad5c12019-03-28 17:45:55 +01007# Default rule for tarball naming translation
8nexus3_image_tar: "{{ nexus3_image | regex_replace('(\\/|\\:)', '_') }}.tar"