mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 15:47:32 +02:00
Update to 2022-03-07 16:00
This commit is contained in:
7
roles/unmaintained/itop/templates/cron.param.j2
Normal file
7
roles/unmaintained/itop/templates/cron.param.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if itop_cron_user is defined and itop_cron_pass is defined %}
|
||||
auth_user = {{ itop_cron_user }}
|
||||
auth_pwd = {{ itop_cron_pass }}
|
||||
{% endif %}
|
||||
|
||||
size_min = 20 # in MB
|
||||
time_limit = 40 # in minutes
|
Reference in New Issue
Block a user