diff options
Diffstat (limited to 'inventory/group_vars/hetzner/main.yml')
-rw-r--r-- | inventory/group_vars/hetzner/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/group_vars/hetzner/main.yml b/inventory/group_vars/hetzner/main.yml new file mode 100644 index 00000000..2e5c8b4a --- /dev/null +++ b/inventory/group_vars/hetzner/main.yml @@ -0,0 +1,6 @@ +--- +debian_mirror: + packages: http://mirror.hetzner.de/debian/packages + security: http://mirror.hetzner.de/debian/security + +ubuntu_mirror: http://mirror.hetzner.de/ubuntu/packages |