# These are the variables expected by this role. # The desired hostname. Default is empty, which means hostname won't # be set. hostname: "" # The Debian release code name to use. debian_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 # 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. Other # 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: [] # Locales that should be generated. This should be a list of name, such as # fi_FI.UTF-8. locales: [] # Default time zone. timezone: UTC