Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
Gitlab
Commits
3f154343
Verified
Commit
3f154343
authored
1 year ago
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
Use geerlingguy.docker role to set up Docker
parent
177ea549
No related branches found
No related tags found
No related merge requests found
Pipeline
#176254
failed
1 year ago
Stage: linting
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
meta/main.yml
+3
-2
3 additions, 2 deletions
meta/main.yml
tasks/plantuml.yml
+0
-24
0 additions, 24 deletions
tasks/plantuml.yml
with
3 additions
and
26 deletions
meta/main.yml
+
3
−
2
View file @
3f154343
...
...
@@ -8,5 +8,6 @@ galaxy_info:
-
name
:
Ubuntu
versions
:
-
all
dependencies
:
[]
# - elasticsearch
dependencies
:
-
role
:
geerlingguy.docker
when
:
gitlab_enable_plantuml
This diff is collapsed.
Click to expand it.
tasks/plantuml.yml
+
0
−
24
View file @
3f154343
...
...
@@ -2,30 +2,6 @@
-
name
:
Install prerequisites for docker
ansible.builtin.apt
:
name
:
-
apt-transport-https
-
ca-certificates
-
curl
-
gnupg-agent
-
software-properties-common
state
:
present
update_cache
:
true
-
name
:
Add docker key
ansible.builtin.apt_key
:
url
:
https://download.docker.com/linux/ubuntu/gpg
state
:
present
-
name
:
Add docker repo
ansible.builtin.apt_repository
:
repo
:
"
deb
[arch=amd64]
https://download.docker.com/linux/ubuntu
{{
ansible_lsb.codename
}}
stable"
state
:
present
-
name
:
Install prerequisites for docker
ansible.builtin.apt
:
name
:
-
docker-ce
-
docker-ce-cli
-
containerd.io
-
python3-docker
state
:
present
update_cache
:
true
...
...
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