-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexecutor.toml
43 lines (36 loc) · 1.55 KB
/
executor.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
collection = "Executor"
path = "executors"
[[package]]
name = "sh"
repository = "https://github.com/pintoflager/carburator-executor-sh/archive/refs/tags/0.1.5.tar.gz"
platforms = ["Client", "Server"]
[[package]]
name = "bash"
repository = "https://github.com/pintoflager/carburator-executor-bash.git"
# repository = "https://github.com/pintoflager/carburator-executor-bash/archive/refs/tags/0.1.2.tar.gz"
platforms = ["Client", "Server"]
[[package]]
name = "python"
repository = "https://github.com/pintoflager/carburator-executor-python.git"
# repository = "https://github.com/pintoflager/carburator-executor-python/archive/refs/tags/0.1.2.tar.gz"
platforms = ["Client", "Server"]
[[package]]
name = "ansible"
repository = "https://github.com/pintoflager/carburator-executor-ansible.git"
# repository = "https://github.com/pintoflager/carburator-executor-ansible/archive/refs/tags/0.1.2.tar.gz"
platforms = ["Client"]
[[package]]
name = "perl"
repository = "https://github.com/pintoflager/carburator-executor-perl.git"
# repository = "https://github.com/pintoflager/carburator-executor-perl/archive/refs/tags/0.1.0.tar.gz"
platforms = ["Client", "Server"]
[[package]]
name = "lua"
repository = "https://github.com/pintoflager/carburator-executor-lua.git"
# repository = "https://github.com/pintoflager/carburator-executor-lua/archive/refs/tags/0.1.0.tar.gz"
platforms = ["Client", "Server"]
[[package]]
name = "template"
repository = "https://github.com/pintoflager/carburator-executor-template/archive/refs/tags/0.1.0.tar.gz"
platforms = ["Client"]
filter = ["Select=false"]