Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Harbor
Manage
Activity
Members
Labels
Plan
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Ansible
Playbooks
Harbor
Commits
d441b6cc
Verified
Commit
d441b6cc
authored
2 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
Fix errors and setup the pipeline
parent
692e321b
No related branches found
No related tags found
No related merge requests found
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/main/tasks/harbor.yaml
+1
-0
1 addition, 0 deletions
ansible/main/tasks/harbor.yaml
ansible/main/vars/harbor.yaml
+7
-1
7 additions, 1 deletion
ansible/main/vars/harbor.yaml
with
8 additions
and
1 deletion
ansible/main/tasks/harbor.yaml
+
1
−
0
View file @
d441b6cc
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
ansible/main/vars/harbor.yaml
+
7
−
1
View file @
d441b6cc
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment