Merge "Add tests for custom ntp authority mode in 'chrony' role"
[oom/offline-installer.git] / ansible / roles / nexus / defaults / main.yml
1 ---
2 nexus_come_up_wait_retries: 30
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: {}
8 # Default rule for tarball naming translation
9 nexus_url: "{{ nexus_url_scheme | default('https') }}://nexus.{{ hostvars[groups.infrastructure[0]].ansible_nodename }}{{ nexus_port | default('') }}"
10 nexus3_image_tar: "{{ nexus3_image | regex_replace('(\\/|\\:)', '_') }}.tar"
11 nexus3_published_ports: []