diff options
author | Michal Zegan <m.zegan@samsung.com> | 2018-12-20 12:16:56 +0100 |
---|---|---|
committer | Michal Zegan <m.zegan@samsung.com> | 2018-12-20 12:16:56 +0100 |
commit | 8e5a7da840ed7420f46bef9054a4d257ee6d4a7b (patch) | |
tree | c851e08117db1b9bc76c124d9689d1bd7fea513c /ansible | |
parent | f053f792cdbf8e804ce8be2df9294a17670f636b (diff) |
Update ansible nexus role
Looks like this one was a bit out of date, updating it...
Change-Id: I7734fc5ccdba001d3c409244cd1625453ab232ed
Issue-ID: OOM-1551
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/roles/nexus/tasks/insert-images.yml | 2 | ||||
-rw-r--r-- | ansible/roles/nexus/tasks/install.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/nexus/tasks/insert-images.yml b/ansible/roles/nexus/tasks/insert-images.yml index 2e2a45c3..fb8d7d82 100644 --- a/ansible/roles/nexus/tasks/insert-images.yml +++ b/ansible/roles/nexus/tasks/insert-images.yml @@ -16,4 +16,4 @@ tag: "{{ runtime_images[component].tag }}" push: yes load_path: "{{ item.path }}" - + timeout: 120 diff --git a/ansible/roles/nexus/tasks/install.yml b/ansible/roles/nexus/tasks/install.yml index 6dc82fe6..1756b708 100644 --- a/ansible/roles/nexus/tasks/install.yml +++ b/ansible/roles/nexus/tasks/install.yml @@ -11,6 +11,7 @@ name: sonatype/nexus3 load_path: "{{ app_data_path }}/offline_data/docker_images_infra/sonatype_nexus3_latest.tar" state: present + timeout: 120 - name: Create nexus network docker_network: |