aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/unattended-upgrades/defaults
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-08-30 11:32:14 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-08-30 11:32:14 +0200
commit1dbf3a806335ac88d011355391a1d431cfd26f4c (patch)
tree9a52f5b0b5674cc35c1262ee1184a1fcde9e861e /ansible/roles/unattended-upgrades/defaults
parent895b90fdd83beae6ca8451ab9b0935c3c229f39d (diff)
downloadinfra-1dbf3a806335ac88d011355391a1d431cfd26f4c.tar.gz
infra-1dbf3a806335ac88d011355391a1d431cfd26f4c.tar.bz2
infra-1dbf3a806335ac88d011355391a1d431cfd26f4c.tar.xz
infra-1dbf3a806335ac88d011355391a1d431cfd26f4c.zip
o Better unattended upgrades.
Diffstat (limited to 'ansible/roles/unattended-upgrades/defaults')
-rw-r--r--ansible/roles/unattended-upgrades/defaults/main.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/ansible/roles/unattended-upgrades/defaults/main.yml b/ansible/roles/unattended-upgrades/defaults/main.yml
new file mode 100644
index 0000000..add03d8
--- /dev/null
+++ b/ansible/roles/unattended-upgrades/defaults/main.yml
@@ -0,0 +1,19 @@
+unattended_upgrades_apt_conf_priority: 50
+
+# Empty list. This will upgrade all packages
+unattended_upgrades_origin_list:
+
+# Example
+#unattended_upgrades_origin_list:
+# - origin: Debian
+# codename: ${distro_codename}
+# label: Debian
+# - origin: Debian
+# codename: ${distro_codename}-updates
+# label: Debian
+# - origin: Debian
+# codename: ${distro_codename}
+# label: Debian Security
+# - origin: apt.postgresql.org
+# codename: ${distro_codename}-pgdg
+# label: PostgreSQL for Debian/Ubuntu repository