Mercurial > code > home > repos > infra
comparison apt.py @ 254:11b738d4c4ae
work on k8s/nvidia setup
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Jan 2024 18:50:44 -0800 |
parents | 5c10b1e8d0e1 |
children | 0ed4add0b1a4 |
comparison
equal
deleted
inserted
replaced
253:67fb7b27bfea | 254:11b738d4c4ae |
---|---|
29 ('https://dl.google.com/linux/linux_signing_key.pub', 'chrome.gpg'), | 29 ('https://dl.google.com/linux/linux_signing_key.pub', 'chrome.gpg'), |
30 ('https://ftp-master.debian.org/keys/archive-key-11.asc', 'bullseye.gpg'), | 30 ('https://ftp-master.debian.org/keys/archive-key-11.asc', 'bullseye.gpg'), |
31 ('https://ftp-master.debian.org/keys/archive-key-11-security.asc', 'bullseye-security.gpg'), | 31 ('https://ftp-master.debian.org/keys/archive-key-11-security.asc', 'bullseye-security.gpg'), |
32 ('https://packages.cloud.google.com/apt/doc/apt-key.gpg', 'coral.gpg'), | 32 ('https://packages.cloud.google.com/apt/doc/apt-key.gpg', 'coral.gpg'), |
33 ('https://hub.unity3d.com/linux/keys/public', 'unityhub.gpg'), | 33 ('https://hub.unity3d.com/linux/keys/public', 'unityhub.gpg'), |
34 ('https://nvidia.github.io/libnvidia-container/gpgkey', 'nvidia.gpg'), | |
34 ] | 35 ] |
35 ]) | 36 ]) |
36 if host.get_fact(Arch) == 'armv7l' or host.name == 'bang': # I mean raspbian/debian | 37 if host.get_fact(Arch) == 'armv7l' or host.name == 'bang': # I mean raspbian/debian |
37 # this contaminates the apt-update | 38 # this contaminates the apt-update |
38 files.file(path="/etc/apt/trusted.gpg.d/podman.asc", present=False) | 39 files.file(path="/etc/apt/trusted.gpg.d/podman.asc", present=False) |