Compare commits
2 Commits
fb1b19bcfd
...
da79c9264a
Author | SHA1 | Date | |
---|---|---|---|
da79c9264a
|
|||
34c7601cf7
|
@ -4,5 +4,3 @@ glob_nullmailer:
|
|||||||
smtp_server: smtp.adm.ynerant.fr
|
smtp_server: smtp.adm.ynerant.fr
|
||||||
defaulthost: ynerant.fr
|
defaulthost: ynerant.fr
|
||||||
allmailfrom: root@ynerant.fr
|
allmailfrom: root@ynerant.fr
|
||||||
username: noreply@ynerant.fr
|
|
||||||
password: "{{ vault.mailu_password }}"
|
|
||||||
|
@ -28,11 +28,12 @@ Unattended-Upgrade::Origins-Pattern {
|
|||||||
// archives (e.g. from testing to stable and later oldstable).
|
// archives (e.g. from testing to stable and later oldstable).
|
||||||
// Software will be the latest available for the named release,
|
// Software will be the latest available for the named release,
|
||||||
// but the Debian release itself will not be automatically upgraded.
|
// but the Debian release itself will not be automatically upgraded.
|
||||||
// "origin=Debian,codename=${distro_codename}-updates";
|
|
||||||
// "origin=Debian,codename=${distro_codename}-proposed-updates";
|
|
||||||
"origin=Debian,codename=${distro_codename},label=Debian";
|
"origin=Debian,codename=${distro_codename},label=Debian";
|
||||||
|
"origin=Debian,codename=${distro_codename}-updates";
|
||||||
|
"origin=Debian,codename=${distro_codename}-proposed-updates";
|
||||||
"origin=Debian,codename=${distro_codename},label=Debian-Security";
|
"origin=Debian,codename=${distro_codename},label=Debian-Security";
|
||||||
"origin=Debian,codename=${distro_codename}-security,label=Debian-Security";
|
"origin=Debian,codename=${distro_codename}-security,label=Debian-Security";
|
||||||
|
"origin=Debian Backports,codename=${distro_codename}-backports,label=Debian Backports"
|
||||||
|
|
||||||
// Archive or Suite based matching:
|
// Archive or Suite based matching:
|
||||||
// Note that this will silently match a different release after
|
// Note that this will silently match a different release after
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
- name: Set nullmailer remotes
|
- name: Set nullmailer remotes
|
||||||
copy:
|
copy:
|
||||||
content: "{{ nullmailer.smtp_server }} smtp --auth-login --user={{ nullmailer.username }} --pass='{{ nullmailer.password }}'\n"
|
content: "{{ nullmailer.smtp_server }} smtp'\n"
|
||||||
dest: /etc/nullmailer/remotes
|
dest: /etc/nullmailer/remotes
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user