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.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/roles/sane_debian_system/defaults/main.yml b/roles/sane_debian_system/defaults/main.yml
index 95eeb42..43d0262 100644
--- a/roles/sane_debian_system/defaults/main.yml
+++ b/roles/sane_debian_system/defaults/main.yml
@@ -1,18 +1,20 @@
# These are the variables expected by this role.
+# Playbook should set this to the version of this role it expects to
+# use.
sane_debian_system_version: null
# The desired hostname. Default is empty, which means hostname won't
# be set.
-hostname: ""
+sane_debian_system_hostname: ""
# The Debian release code name to use.
-debian_codename:
+sane_debian_system_codename:
# Default Debian mirror to use. Default should work everywhere, but if
# needed, pick a faster mirror, perhaps a local one.
-debian_mirror: deb.debian.org
+sane_debian_system_mirror: deb.debian.org
# A list of extra APT repositories to add. Each list entry should be a
@@ -21,13 +23,13 @@ debian_mirror: deb.debian.org
# keys are "signing_key", the public key of the archive signing key,
# and "keyring_packge", which contains the .deb package with the
# archive signing key.
-sources_lists: []
+sane_debian_system_sources_lists: []
# Locales that should be generated. This should be a list of name, such as
# fi_FI.UTF-8.
-locales: []
+sane_debian_system_locales: []
# Default time zone.
-timezone: UTC
+sane_debian_system_timezone: UTC