Samuli Silvius | f6f5fc4 | 2019-02-13 11:00:39 +0200 | [diff] [blame] | 1 | --- |
2 | # By default prepopulated nexus binary blob used. | ||||
3 | populate_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). | ||||
6 | runtime_images: {} | ||||
Tomáš Levora | a0ad5c1 | 2019-03-28 17:45:55 +0100 | [diff] [blame] | 7 | # Default rule for tarball naming translation |
8 | nexus3_image_tar: "{{ nexus3_image | regex_replace('(\\/|\\:)', '_') }}.tar" |