diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-03-06 01:02:58 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-03-06 01:02:58 +0100 |
commit | 28c08f720d9159f370cab661b486547b1baf7dcb (patch) | |
tree | 9fd8d55a34e1d9055983f2264023404f397a8530 /inventory/group_vars/all | |
parent | nextcloud-upgrade now handles config-hashes too (diff) |
debian.inode.at is still down - switching over to debian.anexia.at
Diffstat (limited to 'inventory/group_vars/all')
-rw-r--r-- | inventory/group_vars/all/vars.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inventory/group_vars/all/vars.yml b/inventory/group_vars/all/vars.yml index b92ca4d5..8caca7f8 100644 --- a/inventory/group_vars/all/vars.yml +++ b/inventory/group_vars/all/vars.yml @@ -73,3 +73,16 @@ apt_repo_providers: ubuntu: host: ubuntu.inode.at path: /ubuntu + anexia: + debian: + host: debian.anexia.at + path: /debian + debian_security: + host: debian.anexia.at + path: /debian-security + debian_archive: + host: archive.debian.org + path: /debian + ubuntu: + host: ubuntu.anexia.at + path: /ubuntu |