blob: 4e76f603b2c1842874faa6a8f41559bd713078b1 [file] [log] [blame]
Bartek Grzybowski7238ccf2019-06-13 11:41:24 +02001---
2prepare_nexus_images:
3 - name: "{{ nexus3_image }}" # name already contains tag so it's ommited in this list element
4 archive_path: /tmp/nexus.tar
5 dest: "{{ infra_images_path }}/{{ nexus3_image_tar }}"
6 - name: nexus3.onap.org:10001/busybox
7 tag: latest
8 archive_path: /tmp/busybox.tar
9 dest: "{{ aux_data_path }}/busybox.tar"
Bartek Grzybowski946fd082019-06-25 11:56:59 +020010 - name: nexus3.onap.org:10001/library/alpine
11 archive_path: /tmp/alpine.tar
12 dest: "{{ aux_data_path }}/alpine.tar"