You've already forked cron-apt
Initial project import
This commit is contained in:
1
templates/action.5-secupdates.j2
Normal file
1
templates/action.5-secupdates.j2
Normal file
@@ -0,0 +1 @@
|
||||
upgrade -y -o APT::Get::Show-Upgraded=true
|
||||
1
templates/config.5-secupdates.j2
Normal file
1
templates/config.5-secupdates.j2
Normal file
@@ -0,0 +1 @@
|
||||
OPTIONS="-q -o Dir::Etc::SourceList=/etc/apt/sources.list.d/security.list -o Dir::Etc::SourceParts=\"/dev/null\""
|
||||
6
templates/config.j2
Normal file
6
templates/config.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
# Configuration for cron-apt. For further information about the possible
|
||||
# configuration settings see /usr/share/doc/cron-apt/README.gz.
|
||||
|
||||
# AUTOGENERATED via Ansible - DO NOT EDIT
|
||||
MAILTO="{{ cron_apt_mailto }}"
|
||||
MAILON="error"
|
||||
7
templates/security.list.j2
Normal file
7
templates/security.list.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if ansible_distribution_release == "bullseye" -%}
|
||||
deb http://security.debian.org/debian-security bullseye-security main
|
||||
deb-src http://security.debian.org/debian-security bullseye-security main
|
||||
{% else %}
|
||||
deb http://security.debian.org/ {{ ansible_distribution_release }}/updates main
|
||||
deb-src http://security.debian.org/ {{ ansible_distribution_release }}/updates main
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user