Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
infrastruktur
ansible-warpzone
Merge requests
!9
Umbau Vorstands-Pi zu Vorstands-VM
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Umbau Vorstands-Pi zu Vorstands-VM
vorstand-vm
into
master
Overview
0
Commits
9
Changes
29
Merged
void
requested to merge
vorstand-vm
into
master
6 years ago
Overview
0
Commits
9
Changes
29
Expand
0
0
Merge request reports
Compare
master
version 3
6c1c3aa1
6 years ago
version 2
88047019
6 years ago
version 1
88977ecf
6 years ago
master (base)
and
latest version
latest version
71edebeb
9 commits,
6 years ago
version 3
6c1c3aa1
7 commits,
6 years ago
version 2
88047019
6 commits,
6 years ago
version 1
88977ecf
5 commits,
6 years ago
29 files
+
329
−
100
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
all/common/tasks/main.yml
+
10
−
3
Options
@@ -12,12 +12,19 @@
with_items
:
-
apt-transport-https
-
name
:
add debian repo keys
-
name
:
add debian repo keys (id)
apt_key
:
id
:
"
{{
item
}}"
state
:
present
with_items
:
"
{{
debian_keys_id
}}"
when
:
debian_keys_id
-
name
:
add debian repo keys (url)
apt_key
:
url
:
"
{{
item
}}"
state
:
present
with_items
:
"
{{
debian_keys
}}"
when
:
debian_keys
with_items
:
"
{{
debian_keys
_url
}}"
when
:
debian_keys
_url
-
name
:
set debian repos
template
:
src=sources.list.j2 dest=/etc/apt/sources.list
Loading