This commit is contained in:
		| @@ -3,11 +3,13 @@ | ||||
|     url: https://github.com/goharbor/harbor/releases/download/{{ harbor.version }}/harbor-online-installer-{{ harbor.version }}.tgz | ||||
|     dest: /tmp/harbor-installer.tgz | ||||
|     mode: '0777' | ||||
|  | ||||
| - name: Extract installer | ||||
|   unarchive: | ||||
|     src: /tmp/harbor-installer.tgz | ||||
|     dest: /opt | ||||
|     remote_src: yes | ||||
|  | ||||
| - name: Copy Harbor configuration file and public/private keys | ||||
|   copy: | ||||
|     src: "{{ item.src }}" | ||||
| @@ -23,8 +25,10 @@ | ||||
|     - src: /certificates/*.bessems.eu/privatekey.key | ||||
|       dest: /opt/harbor | ||||
|       backup: no | ||||
|  | ||||
| - name: Install Harbor | ||||
|   command: /opt/harbor/install.sh --with-trivy | ||||
|  | ||||
| - name: Delete temporary files | ||||
|   file: | ||||
|     path: /tmp/harbor-installer.tgz | ||||
|   | ||||
		Reference in New Issue
	
	Block a user