Skip to content
Snippets Groups Projects

gitlab_runner: Add VM based executor (libvirt-executor)

Merged Kristian Klausen requested to merge klausenbusk/infrastructure:custom-executor into master
Compare and Show latest version
26 files
+ 162
158
Compare changes
  • Side-by-side
  • Inline
Files
26
@@ -20,7 +20,7 @@
| sed 's#^127.0.0.1#{{ inventory_hostname }}#' \
| sort
environment:
LC_COLLATE: C # to ensure reproducible ordering
LC_COLLATE: C.UTF-8 # to ensure reproducible ordering
args:
executable: /bin/bash
register: known_hosts
Loading