1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00

Merge pull request #12 from roles-ansible/tpo

improve debian ethz repo entry
This commit is contained in:
L3D 2021-09-01 18:23:54 +02:00 committed by GitHub
commit 66572a2fff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 3 deletions

View file

@ -21,7 +21,7 @@ deb-src https://debian.ethz.ch/debian {{ ansible_distribution_release }} main
{{- '\n\n' -}} {{- '\n\n' -}}
{%- if base__pkg_security | bool -%} {%- if base__pkg_security | bool -%}
# Inofficial Security Mirror # Inofficial Debian Security Mirror
deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}-security main deb https://security.debian.ethz.ch/ {{ ansible_distribution_release }}-security main
{%- if base__pkg_contrib | bool -%} {%- if base__pkg_contrib | bool -%}
{{- ' contrib' -}} {{- ' contrib' -}}
@ -41,7 +41,8 @@ deb-src https://security.debian.ethz.ch/ {{ ansible_distribution_release }}-secu
{%- endif -%} {%- endif -%}
{%- if base__pkg_updates -%} {%- if base__pkg_updates -%}
deb https://debian.ethz.ch/debian stable-updates main # {{ ansible_distribution_release }}-updates, previously known as 'volatile'
deb https://debian.ethz.ch/debian {{ ansible_distribution_release }}-updates main
{%- if base__pkg_contrib | bool -%} {%- if base__pkg_contrib | bool -%}
{{- ' contrib' -}} {{- ' contrib' -}}
{%- endif -%} {%- endif -%}

View file

@ -39,6 +39,26 @@ deb-src https://security.debian.ethz.ch/ {{ ansible_distribution_release }}/upda
{{- '\n\n' -}} {{- '\n\n' -}}
{%- endif -%} {%- 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: # Contact for proplems with the mirror:
# https://readme.phys.ethz.ch/services/contact/ # https://readme.phys.ethz.ch/services/contact/
# Or #isgphys on irc.phys.ethz.ch # Or #isgphys on irc.phys.ethz.ch

View file

@ -61,5 +61,5 @@ base__linux_packages:
- bzip2 - bzip2
- jq - jq
playbook_version_number: 9015 playbook_version_number: 9016
playbook_version_path: 'base-packages_roles-ansible_github.version' playbook_version_path: 'base-packages_roles-ansible_github.version'