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:
parent
bb30425c44
commit
31796ce6e5
4 changed files with 4 additions and 4 deletions
|
@ -12,4 +12,4 @@
|
|||
comment: 'acng'
|
||||
### mgrote.acng
|
||||
acng_server_port: 9999
|
||||
apt_cacher_ng_exthreshold: "60" #hebt Pakete 60 Tage auf
|
||||
acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
acng_exthreshold: "60"
|
||||
acng_server_exthreshold: "60"
|
||||
acng_server_port: 9999
|
||||
|
|
|
@ -115,7 +115,7 @@ ReportPage: acng-report.html
|
|||
# available for some days (mirror downtime) then there is a risk of removal of
|
||||
# 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
|
||||
# it because the expected changes (i.e. removal of expired files) don't justify
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
apt_cacher_ng_exthreshold: "60"
|
||||
acng_server_exthreshold: "60"
|
||||
acng_server_port: 9999
|
||||
|
|
Loading…
Reference in a new issue