Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Nounous
Ansible
Commits
5cb6805b
Verified
Commit
5cb6805b
authored
5 years ago
by
me5na7qbjqbrp
Browse files
Options
Downloads
Patches
Plain Diff
Remove contrib and non free from VMs
parent
59a3f340
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
base.yml
+3
-0
3 additions, 0 deletions
base.yml
roles/debian-apt-sources/templates/apt/sources.list.j2
+3
-3
3 additions, 3 deletions
roles/debian-apt-sources/templates/apt/sources.list.j2
with
6 additions
and
3 deletions
base.yml
+
3
−
0
View file @
5cb6805b
...
...
@@ -4,6 +4,9 @@
vars
:
# Debian mirror on adm
debian_mirror
:
http://mirror.adm.crans.org/debian
debian_components
:
|
main{% if ansible_system_vendor != 'QEMU' %} non-free{% endif %}
# TODO: non free should only be for SMTP and microcode on non VM/LXC
# Backup password
backuppc_rsyncd_passwd
:
"
{{
vault_backuppc_rsyncd_passwd
}}"
...
...
This diff is collapsed.
Click to expand it.
roles/debian-apt-sources/templates/apt/sources.list.j2
+
3
−
3
View file @
5cb6805b
# {{ ansible_managed }}
# Mises à jour de sécurité
deb {{ debian_mirror }}-security {{ ansible_lsb.codename }}/updates
main contrib non-free
deb {{ debian_mirror }}-security {{ ansible_lsb.codename }}/updates
{{ debian_components }}
# Dépôt classique
deb {{ debian_mirror }} {{ ansible_lsb.codename }}
main contrib non-free
deb {{ debian_mirror }} {{ ansible_lsb.codename }}
{{ debian_components }}
# Dépôt pour mises à jour fréquentes (volatile)
deb {{ debian_mirror }} {{ ansible_lsb.codename }}-updates
main contrib non-free
deb {{ debian_mirror }} {{ ansible_lsb.codename }}-updates
{{ debian_components }}
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