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 fd768e8 commit bf5c13bCopy full SHA for bf5c13b
molecule/gitlab/molecule.yml
@@ -29,17 +29,18 @@ provisioner:
29
inventory:
30
host_vars:
31
instancegitlab:
32
+ gitlab_version: "17.11.2"
33
gitlab_edition: "gitlab-ce"
34
gitlab_ip_range: "0.0.0.0/0"
35
gitlab_additional_configurations:
36
- package:
- - key: "modify_kernel_parameters"
37
- type: "plain"
38
- value: "false"
+ - key: "modify_kernel_parameters"
+ type: "plain"
39
+ value: "false"
40
- gitlab_kas:
- - key: "env"
41
42
- value: "{ 'OWN_PRIVATE_API_URL' => 'grpc://127.0.0.1:8155' }"
+ - key: "env"
43
+ value: "{ 'OWN_PRIVATE_API_URL' => 'grpc://127.0.0.1:8155' }"
44
gitlab_feature_flags:
45
# See https://docs.gitlab.com/ee/user/feature_flags.html
46
- name: "vscode_web_ide"
0 commit comments