summaryrefslogtreecommitdiff
path: root/roles/sane_debian_system/defaults/main.yml
blob: d896b7524bea9ad77512b87149050c1a0cadde2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# These are the variables expected by this role.

# Playbook should set this to the version of this role it expects to
# use. Defaults to the inventory hostname.
sane_debian_system_version: "{{ inventory_hostname }}"


# The desired hostname. There is no no default, which means hostname
# won't be set.
sane_debian_system_hostname: ""

# The Debian release code name to use.
sane_debian_system_codename: 

# Default Debian mirror to use. Default should work everywhere, but if
# needed, pick a faster mirror, perhaps a local one.
sane_debian_system_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.
sane_debian_system_sources_lists: []


# Locales that should be generated. This should be a list of name, such as
# fi_FI.UTF-8.
sane_debian_system_locales: []


# Default time zone.
sane_debian_system_timezone: UTC