Skip to content
Snippets Groups Projects
Verified Commit d441b6cc authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Fix errors and setup the pipeline

parent 692e321b
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
- name: Setup harbor
shell: "/home/{{ user }}/harbor/install.sh --with-trivy --with-chartmuseum"
register: install_command
ignore_errors: yes
- name: Restart docker daemon on harbor setup failure
systemd:
......
......@@ -11,6 +11,12 @@ base_users:
- name: harbor
sudo: no
passwordless_sudo: no
- name: ubuntu
sudo: yes
passwordless_sudo: yes
ssh_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHLIy19HNEIGL7ytgUs1tiWOR31H09ZaoqmJX7STBmxj harbor@harbor
base_ssh:
port: 10022
......@@ -18,7 +24,7 @@ base_ssh:
pubkeyAuthentication: "yes"
passwordAuthentication: "no"
allow:
users: "rlacko"
users: "rlacko ubuntu"
base_netplan:
network:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment