summaryrefslogtreecommitdiff
path: root/roles/sane_debian_system/defaults/main.yml
blob: ee19c420a8512cb3c19b4646146c541d24f51697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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_release: jessie

# 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: []