We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b32dc8 commit 0997d22Copy full SHA for 0997d22
molecule/gitlab_runner/molecule.yml
@@ -37,6 +37,9 @@ provisioner:
37
gitlab_runner_concurrent: 4
38
host_vars:
39
instancegitlabciopenstack1:
40
+ docker_daemon_options:
41
+ ipv6: false
42
+ ip6tables: false
43
gitlab_runner_version: "17.8.1"
44
gitlab_runner_deb_file: "https://packages.gitlab.com/runner/gitlab-runner/packages/{{ ansible_distribution | lower }}/{{ ansible_distribution_release | lower }}/gitlab-runner_{{ gitlab_runner_pkg_version }}_amd64.deb/download.deb"
45
gitlab_runner_helper_images_deb_file: "https://packages.gitlab.com/runner/gitlab-runner/packages/{{ ansible_distribution | lower }}/{{ ansible_distribution_release | lower }}/gitlab-runner-helper-images_{{ gitlab_runner_pkg_version }}_all.deb/download.deb"
0 commit comments