We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871ca21 commit 4393ff0Copy full SHA for 4393ff0
2 files changed
group_vars/all.yml
@@ -53,9 +53,9 @@ olivetin_actions:
53
timeout: 10
54
"Restore Creative":
55
cmd: "/home/automation/scripts/restore-creative"
56
- timeout: 300
+ timeout: 600
57
popupOnStart: "execution-dialog"
58
- limit: "5m"
+ limit: "10m"
59
"Sync whitelists":
60
cmd: "/home/automation/scripts/sync-whitelist"
61
roles/automation/templates/olivetin.yaml.j2
@@ -24,6 +24,7 @@ authLocalUsers:
24
actions:
25
{% for name, action in olivetin_actions.items() %}
26
- title: {{ name }}
27
+ id: {{ loop.index }}
28
shell: {{ action.cmd }}
29
timeout: {{ action.timeout | default(3) }}
30
maxConcurrent: 1
0 commit comments