Add artcl_find_* as infrared arguments

Add support for setting the artcl_find_maxdepth and artcl_find_max_size
variables via infrared's CLI when running the role as infrared plugin.

Change-Id: I3f5c26fe6ac5c69223c12d2574ce1659755c696c
This commit is contained in:
Martin Kopec 2022-01-05 10:03:15 +00:00
parent edea40ca39
commit 0873c32187
1 changed files with 12 additions and 0 deletions

View File

@ -63,6 +63,18 @@ subparsers:
type: NestedDict
help: |
Commands to be executed, combined with artcl_commands.
artcl_find_maxdepth:
type: Value
help: |
Max depth passed to find via -maxdepth arg, it makes effect only
when artcl_rsync_collect_list is set to False.
default: 4
artcl_find_max_size:
type: Value
help: |
Max file size passed to find via -size arg, it makes effect only
when artcl_rsync_collect_list is set to False.
default: 256
artcl_rsync_collect_list:
type: Bool
help: |