Rolle: acng: Variablen-Name (#25)

acng var name

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#25
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-03-11 09:41:00 +01:00
parent bb30425c44
commit 31796ce6e5
4 changed files with 4 additions and 4 deletions

View file

@ -12,4 +12,4 @@
comment: 'acng' comment: 'acng'
### mgrote.acng ### mgrote.acng
acng_server_port: 9999 acng_server_port: 9999
apt_cacher_ng_exthreshold: "60" #hebt Pakete 60 Tage auf acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf

View file

@ -1,3 +1,3 @@
--- ---
acng_exthreshold: "60" acng_server_exthreshold: "60"
acng_server_port: 9999 acng_server_port: 9999

View file

@ -115,7 +115,7 @@ ReportPage: acng-report.html
# available for some days (mirror downtime) then there is a risk of removal of # available for some days (mirror downtime) then there is a risk of removal of
# still useful package files. # still useful package files.
# #
ExThreshold: {{ acng_exthreshold }} ExThreshold: {{ acng_server_exthreshold }}
# If the expiration is run daily, it sometimes does not make much sense to do # If the expiration is run daily, it sometimes does not make much sense to do
# it because the expected changes (i.e. removal of expired files) don't justify # it because the expected changes (i.e. removal of expired files) don't justify

View file

@ -1,3 +1,3 @@
--- ---
apt_cacher_ng_exthreshold: "60" acng_server_exthreshold: "60"
acng_server_port: 9999 acng_server_port: 9999