2023-03-22 20:56:44 +00:00
|
|
|
# out-of-tree configuration file
|
|
|
|
# docs at https://out-of-tree.io
|
2024-02-20 14:30:17 +00:00
|
|
|
name = "script_example"
|
2023-03-22 20:56:44 +00:00
|
|
|
type = "script"
|
|
|
|
|
|
|
|
script = "script.sh"
|
|
|
|
|
2023-05-18 18:13:09 +00:00
|
|
|
[[targets]]
|
2023-05-18 16:07:24 +00:00
|
|
|
distro = { id = "Ubuntu", release = "22.04" }
|
2023-05-18 18:48:09 +00:00
|
|
|
kernel = { regex = ".*" }
|