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