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