diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..846c1e3a40c1e6c5c8d7bb544de33a1a04b08195 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# GitLab runner custom ssh executor + +The original SSH executor can only be used for a single/static host described +in the runner config. This is not as flexible as our use-case's needs. + +# Sources +- <https://docs.gitlab.com/runner/executors/ssh.html> +- <https://docs.gitlab.com/runner/executors/custom_examples/lxd.html>