mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 22:53:23 +02:00
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
![]() |
{% 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
|