aboutsummaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-28 22:49:37 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-28 22:49:37 +0200
commitd507342f825d6d35bddeeb7d993bc1a54afb10f4 (patch)
tree410d367d3aa44adb9999d31325f4aadd40e70f8e /roles
parent77b42f82b26299a525052c5dcebcbaaef3cf1d50 (diff)
downloadansible_collection-d507342f825d6d35bddeeb7d993bc1a54afb10f4.tar.gz
add apt_cacher
Diffstat (limited to 'roles')
-rw-r--r--roles/apt_cacher/defaults/main.yml5
-rw-r--r--roles/apt_cacher/handlers/main.yml6
-rw-r--r--roles/apt_cacher/tasks/main.yml20
-rw-r--r--roles/apt_cacher/templates/acng.conf.j281
4 files changed, 112 insertions, 0 deletions
diff --git a/roles/apt_cacher/defaults/main.yml b/roles/apt_cacher/defaults/main.yml
new file mode 100644
index 0000000..32e0d3b
--- /dev/null
+++ b/roles/apt_cacher/defaults/main.yml
@@ -0,0 +1,5 @@
+---
+apt_cacher:
+ port: 3142
+ dir: /var/cache/apt-cacher-ng
+
diff --git a/roles/apt_cacher/handlers/main.yml b/roles/apt_cacher/handlers/main.yml
new file mode 100644
index 0000000..ce2ec09
--- /dev/null
+++ b/roles/apt_cacher/handlers/main.yml
@@ -0,0 +1,6 @@
+---
+- name: restart
+ systemd:
+ name: apt-cacher-ng.service
+ state: restarted
+ become: yes
diff --git a/roles/apt_cacher/tasks/main.yml b/roles/apt_cacher/tasks/main.yml
new file mode 100644
index 0000000..84556ca
--- /dev/null
+++ b/roles/apt_cacher/tasks/main.yml
@@ -0,0 +1,20 @@
+---
+- name: Install package
+ apt:
+ name: apt-cacher-ng
+ become: yes
+
+- name: Ensure write access
+ file:
+ path: '{{ apt_cacher.dir }}'
+ owner: apt-cacher-ng
+ group: apt-cacher-ng
+ state: directory
+ become: yes
+
+- name: Install config
+ template:
+ src: acng.conf.j2
+ dest: /etc/apt-cacher-ng/acng.conf
+ become: yes
+ notify: restart
diff --git a/roles/apt_cacher/templates/acng.conf.j2 b/roles/apt_cacher/templates/acng.conf.j2
new file mode 100644
index 0000000..850fce0
--- /dev/null
+++ b/roles/apt_cacher/templates/acng.conf.j2
@@ -0,0 +1,81 @@
+#
+# IMPORTANT NOTE:
+#
+# THIS FILE IS MAYBE JUST ONE OF MANY CONFIGURATION FILES IN THIS DIRECTORY.
+# SETTINGS MADE IN OTHER FILES CAN OVERRIDE VALUES THAT YOU CHANGE HERE. GO
+# LOOK FOR OTHER CONFIGURATION FILES! CHECK THE MANUAL AND INSTALLATION NOTES
+# (like README.Debian) FOR MORE DETAILS!
+#
+
+# This is a configuration file for apt-cacher-ng, a smart caching proxy for
+# software package downloads. It's supposed to be in a directory specified by
+# the -c option of apt-cacher-ng, see apt-cacher-ng(8) for details.
+# RULES:
+# - letter case in variable names does not matter
+# - names and values are separated by colon or equals sign
+# - for boolean variables, zero means false, non-zero means true
+# - "default value" means built-in (!) defaults, i.e. something which the
+# program uses if the option is not set here or in other config files.
+# That value might be explicitly mentioned in the description. Where it is
+# not, there is no reason to assume any of the examples to be the default
+# value! In doubt, use acngtool to query the value of the particular variable.
+
+# Storage directory for downloaded data and related maintenance activity.
+#
+# Note: When the value for CacheDir is changed, change the file
+# /lib/systemd/system/apt-cacher-ng.service too
+#
+CacheDir: {{ apt_cacher.dir }}
+
+LogDir: /var/log/apt-cacher-ng
+
+SupportDir: /usr/lib/apt-cacher-ng
+Port: {{ apt_cacher.port }}
+
+# Repository remapping. See manual for details.
+# In this example, some backends files might be generated during package
+# installation using information collected on the system.
+# Examples:
+Remap-debrep: file:deb_mirror*.gz /debian ; file:backends_debian # Debian Archives
+Remap-uburep: file:ubuntu_mirrors /ubuntu ; file:backends_ubuntu # Ubuntu Archives
+Remap-klxrep: file:kali_mirrors /kali ; file:backends_kali # Kali Linux Archives
+Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # incomplete, please create this file or specify preferred mirrors here
+Remap-sfnet: file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please create this file or specify preferred mirrors here
+Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # Arch Linux
+Remap-fedora: file:fedora_mirrors # Fedora Linux
+Remap-epel: file:epel_mirrors # Fedora EPEL
+Remap-slrep: file:sl_mirrors # Scientific Linux
+Remap-gentoo: file:gentoo_mirrors.gz /gentoo ; file:backends_gentoo # Gentoo Archives
+Remap-secdeb: security.debian.org security.debian.org/debian-security deb.debian.org/debian-security /debian-security ; deb.debian.org/debian-security security.debian.org
+
+# Virtual page accessible in a web browser to see statistics and status
+# information, i.e. under http://localhost:3142/acng-report.html
+# NOTE: This option must be configured to run maintenance jobs (even when used
+# via acngtool in cron scripts). The AdminAuth option can be used to restrict
+# access to sensitive areas on that page.
+#
+# Default: not set, should be set by the system administrator
+ReportPage: acng-report.html
+
+
+# Days before considering an unreferenced file expired (to be deleted).
+# WARNING: if the value is set too low and particular index files are not
+# available for some days (mirror downtime) then there is a risk of removal of
+# still useful package files.
+#
+ExThreshold: 4
+
+
+# The version string reported to the peer, to be displayed as HTTP client (and
+# version) in the logs of the mirror.
+#
+# WARNING: Expect side effects! Some archives use this header to guess
+# capabilities of the client (i.e. allow redirection and/or https links) and
+# change their behaviour accordingly but ACNG might not support the expected
+# features.
+#
+# Default:
+#
+# UserAgent: Yet Another HTTP Client/1.2.3p4
+
+LocalDirs: acng-doc /usr/share/doc/apt-cacher-ng