blob: 194f88bfd6d808b86fc3b22b94f9e6fddf50ae20 [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
Bartek Grzybowskid1088fc2019-06-06 07:05:47 -07009nexus_url: "{{ nexus_url_scheme | default('https') }}://nexus.{{ hostvars[groups.infrastructure[0]].ansible_nodename }}{{ nexus_port | default('') }}"
Tomáš Levoraa0ad5c12019-03-28 17:45:55 +010010nexus3_image_tar: "{{ nexus3_image | regex_replace('(\\/|\\:)', '_') }}.tar"
Bartek Grzybowskid1088fc2019-06-06 07:05:47 -070011nexus3_published_ports: []