diff options
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 540c4a3e..b92ca4d5 100644 --- a/inventory/group_vars/all/vars.yml +++ b/inventory/group_vars/all/vars.yml @@ -60,3 +60,16 @@ apt_repo_providers: ubuntu: host: debian.ffgraz.net path: /ubuntu + inode: + debian: + host: debian.inode.at + path: /debian + debian_security: + host: security.debian.org + path: /debian-security + debian_archive: + host: archive.debian.org + path: /debian + ubuntu: + host: ubuntu.inode.at + path: /ubuntu |