summaryrefslogtreecommitdiff
path: root/roles/sane-debian-system/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sane-debian-system/defaults/main.yml')
-rw-r--r--roles/sane-debian-system/defaults/main.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/sane-debian-system/defaults/main.yml b/roles/sane-debian-system/defaults/main.yml
new file mode 100644
index 0000000..2f2f3b2
--- /dev/null
+++ b/roles/sane-debian-system/defaults/main.yml
@@ -0,0 +1,16 @@
+# These are the variables expected by this role.
+
+# The desired hostname. Default is empty, which means hostname won't
+# be set.
+hostname: ""
+
+
+# Default Debian mirror to use. Default should work everywhere, but if
+# needed, pick a faster mirror, perhaps a local one.
+debian_mirror: http.debian.net
+
+
+# A list of extra APT repositories to add. Each list entry should be a
+# dict with the key "repo", which is the sources.list line to add. If
+# list is empty (as it is by default), nothing extra is added.
+sources_lists: []