summaryrefslogtreecommitdiffstats
path: root/ansible/roles/nexus/defaults/main.yml
blob: 194f88bfd6d808b86fc3b22b94f9e6fddf50ae20 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
nexus_come_up_wait_retries: 30
# By default prepopulated nexus binary blob used.
populate_nexus: false
# By dafault no additional docker images pushed to nexus at runtime
# but all images are pre-populated either at buildtime or at install time (populate_nexus).
runtime_images: {}
# Default rule for tarball naming translation
nexus_url: "{{ nexus_url_scheme | default('https') }}://nexus.{{ hostvars[groups.infrastructure[0]].ansible_nodename }}{{ nexus_port | default('') }}"
nexus3_image_tar: "{{ nexus3_image | regex_replace('(\\/|\\:)', '_') }}.tar"
nexus3_published_ports: []