mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
64 lines
1.9 KiB
Django/Jinja
64 lines
1.9 KiB
Django/Jinja
# Debian mirror der ETH Zürich
|
|
# https://debian.ethz.ch/
|
|
|
|
# HTTPS mirror:
|
|
deb https://debian.ethz.ch/debian {{ ansible_distribution_release }} main
|
|
{%- if base__pkg_contrib | bool -%}
|
|
{{- ' contrib' -}}
|
|
{%- endif -%}
|
|
{%- if base__pkg_non_free_firmware | bool -%}
|
|
{{- ' non-free' -}}
|
|
{%- endif -%}
|
|
{{- '\n' -}}
|
|
deb-src https://debian.ethz.ch/debian {{ ansible_distribution_release }} main
|
|
{%- if base__pkg_contrib | bool -%}
|
|
{{- ' contrib' -}}
|
|
{%- endif -%}
|
|
{%- if base__pkg_non_free_firmware | bool -%}
|
|
{{- ' non-free' -}}
|
|
{%- endif -%}
|
|
{{- '\n\n' -}}
|
|
|
|
{%- if base__pkg_security | bool -%}
|
|
# Inofficial Security Mirror
|
|
deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/updates main
|
|
{%- if base__pkg_contrib | bool -%}
|
|
{{- ' contrib' -}}
|
|
{%- endif -%}
|
|
{%- if base__pkg_non_free_firmware | bool -%}
|
|
{{- ' non-free' -}}
|
|
{%- endif -%}
|
|
{{- '\n' -}}
|
|
deb-src https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/updates main
|
|
{%- if base__pkg_contrib | bool -%}
|
|
{{- ' contrib' -}}
|
|
{%- endif -%}
|
|
{%- if base__pkg_non_free_firmware | bool -%}
|
|
{{- ' non-free' -}}
|
|
{%- endif -%}
|
|
{{- '\n\n' -}}
|
|
{%- endif -%}
|
|
|
|
{%- if base__pkg_updates -%}
|
|
# {{ ansible_distribution_release }}-updates, previously known as 'volatile'
|
|
deb https://debian.ethz.ch/debian {{ ansible_distribution_release }}-updates main
|
|
{%- if base__pkg_contrib | bool -%}
|
|
{{- ' contrib' -}}
|
|
{%- endif -%}
|
|
{%- if base__pkg_non_free_firmware | bool -%}
|
|
{{- ' non-free' -}}
|
|
{%- endif -%}
|
|
{{- '\n' -}}
|
|
deb-src https://debian.ethz.ch/debian {{ ansible_distribution_release }}-updates main
|
|
{%- if base__pkg_contrib | bool -%}
|
|
{{- ' contrib' -}}
|
|
{%- endif -%}
|
|
{%- if base__pkg_non_free_firmware | bool -%}
|
|
{{- ' non-free' -}}
|
|
{%- endif -%}
|
|
{{- '\n\n' -}}
|
|
{%- endif -%}
|
|
|
|
# Contact for proplems with the mirror:
|
|
# https://readme.phys.ethz.ch/services/contact/
|
|
# Or #isgphys on irc.phys.ethz.ch
|