diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-09-10 18:59:12 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-09-10 18:59:12 +0200 |
commit | 94a5c548dd3b1409b562f7efaaa68b28a50415ab (patch) | |
tree | 1747d8570c3750e8e3146a792599a14bdbadb6b6 /inventory/group_vars/all | |
parent | raspios: further cleanup default install (diff) |
fix apt-repo handling and raspios image for armhf based installs
Diffstat (limited to 'inventory/group_vars/all')
-rw-r--r-- | inventory/group_vars/all/vars.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/inventory/group_vars/all/vars.yml b/inventory/group_vars/all/vars.yml index 8caca7f8..154b70a8 100644 --- a/inventory/group_vars/all/vars.yml +++ b/inventory/group_vars/all/vars.yml @@ -34,6 +34,9 @@ apt_repo_providers: ubuntu: host: archive.ubuntu.com path: /ubuntu + raspbian: + host: raspbian.raspberrypi.org + path: /raspbian hetzner: debian: host: mirror.hetzner.de @@ -47,6 +50,9 @@ apt_repo_providers: ubuntu: host: mirror.hetzner.de path: /ubuntu/packages + raspbian: + host: raspbian.raspberrypi.org + path: /raspbian ffgraz: debian: host: debian.ffgraz.net @@ -60,6 +66,9 @@ apt_repo_providers: ubuntu: host: debian.ffgraz.net path: /ubuntu + raspbian: + host: raspbian.raspberrypi.org + path: /raspbian inode: debian: host: debian.inode.at @@ -73,6 +82,9 @@ apt_repo_providers: ubuntu: host: ubuntu.inode.at path: /ubuntu + raspbian: + host: raspbian.raspberrypi.org + path: /raspbian anexia: debian: host: debian.anexia.at @@ -86,3 +98,6 @@ apt_repo_providers: ubuntu: host: ubuntu.anexia.at path: /ubuntu + raspbian: + host: debian.anexia.at + path: /raspbian/raspbian |