base: Manage /etc/apt/sources.list
[noc.git] / ansible / group_vars / all / main.yml
index 882caa0..43d9b42 100644 (file)
@@ -1,5 +1,18 @@
 ---
 # Build-related directories
-global_cache_dir: "{{ inventory_dir }}/.cache/"
-global_artifacts_dir: "{{ inventory_dir }}/files/"
+global_artifacts_dir: "{{ inventory_dir }}/artifacts"
+global_cache_dir: "{{ inventory_dir }}/.cache"
 
+# Directory for static assets
+global_files_dir: "{{ inventory_dir }}/files"
+
+# Default credentials
+## Root password; by default, undefined
+root_password: "{{ vault_root_password }}"
+## SSH keys for root, default to NOC's
+
+ssh_users_root: "{{ user_groups.noc }}"
+
+base_debian_mirrors:
+  - https://deb.realraum.at
+  - https://debian.ffgraz.net