summaryrefslogtreecommitdiff
path: root/inventory/group_vars/all/vars.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-10-26 17:10:27 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-10-26 17:10:27 +0100
commit3e8c0e35d40d5a47a7e84e75979e17820dee8f76 (patch)
tree651a5f6fc1cbdc5dbb9ae55c1bbccf2d5aa989e7 /inventory/group_vars/all/vars.yml
parentremove now unneeded filesystem handling for ubuntu-ws (diff)
don't use main.yml inside group_vars
Diffstat (limited to 'inventory/group_vars/all/vars.yml')
-rw-r--r--inventory/group_vars/all/vars.yml62
1 files changed, 62 insertions, 0 deletions
diff --git a/inventory/group_vars/all/vars.yml b/inventory/group_vars/all/vars.yml
new file mode 100644
index 00000000..540c4a3e
--- /dev/null
+++ b/inventory/group_vars/all/vars.yml
@@ -0,0 +1,62 @@
+---
+# Build-related directories
+global_artifacts_dir: "{{ inventory_dir }}/../artifacts"
+global_cache_dir: "{{ inventory_dir }}/../.cache"
+
+# Directory for static assets
+global_files_dir: "{{ inventory_dir }}/../files"
+
+
+ssh_users_root:
+ - equinox
+ssh_keys_root: "{{ ssh_users_root | default([]) | map('extract', users) | map(attribute='ssh') | flatten | list }}"
+ssh_keys_root_extra: []
+
+admin_users_host: []
+sshd_allowusers_host: "{{ admin_users_host }}"
+
+admin_users_group: []
+sshd_allowusers_group: "{{ admin_users_group }}"
+
+
+apt_repo_provider: default
+apt_repo_providers:
+ default:
+ debian:
+ host: deb.debian.org
+ path: /debian
+ debian_security:
+ host: deb.debian.org
+ path: /debian-security
+ debian_archive:
+ host: archive.debian.org
+ path: /debian
+ ubuntu:
+ host: archive.ubuntu.com
+ path: /ubuntu
+ hetzner:
+ debian:
+ host: mirror.hetzner.de
+ path: /debian/packages
+ debian_security:
+ host: mirror.hetzner.de
+ path: /debian/security
+ debian_archive:
+ host: archive.debian.org
+ path: /debian
+ ubuntu:
+ host: mirror.hetzner.de
+ path: /ubuntu/packages
+ ffgraz:
+ debian:
+ host: debian.ffgraz.net
+ path: /debian
+ debian_security:
+ host: debian.ffgraz.net
+ path: /debian-security
+ debian_archive:
+ host: debian.ffgraz.net
+ path: /archive
+ ubuntu:
+ host: debian.ffgraz.net
+ path: /ubuntu