Bartek Grzybowski | 7238ccf | 2019-06-13 11:41:24 +0200 | [diff] [blame] | 1 | --- |
| 2 | prepare_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 Grzybowski | 946fd08 | 2019-06-25 11:56:59 +0200 | [diff] [blame] | 10 | - name: nexus3.onap.org:10001/library/alpine |
| 11 | archive_path: /tmp/alpine.tar |
| 12 | dest: "{{ aux_data_path }}/alpine.tar" |