You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `docker_gpus` | `all` | Specify GPUs to make available in Docker containers. Unset by default. |
220
-
| `docker_network_mtu` | `1442` | A custom MTU is necessary in some environments like VMs in Openstack. Requires Gitlab-Runner >= `16.5` |
221
-
| `docker_privileged` | `False` | Specify, if the container runs in privileged mode (insecure). Default is `False`. |
222
-
| `docker_tls_verify` | `True` | Specify, if TLS connections to the Docker daemon should be verified. Default is `False`. |
223
-
| `docker_disable_cache` | `False` | Specify, to disable the use of automatically created docker volumes for caching. |
224
-
| `machine_driver` | `"openstack"` | The driver to use when creating the machine via `docker-machine`. |
225
-
| `machine_name` | `"auto-scale-%s"` | The machine name template. (You need to include `%s`). |
226
-
| `machine_options` | See the machine example. | Additional machine creation options. |
227
-
| `machine_idle_count` | `2` | Number of machines that need to be created and waiting in Idle state. Default is `0`. |
228
-
| `machine_idle_scale_factor` | `0.0` | *(Experimental)* Number of Idle machines as a factor of the number of machines currently in use. Default is `0.0`. |
229
-
| `machine_idle_count_min` | `1` | Minimal number of machines that need to be created and waiting in Idle state when the IdleScaleFactor is in use. Default is 1. |
230
-
| `machine_idle_time` | `1800` | Time (in seconds) for machine to be in Idle state before it is removed. Default is `0`. |
231
-
| `machine_max_growth_rate` | `1` | The maximum number of machines that can be added to the runner in parallel. Default is `0` (no limit). |
232
-
| `machine_max_builds` | `1` | Maximum job (build) count before machine is removed. Default is `0`. |
233
-
| `cache_type` | `"s3"` | Type of caching to use. Currently only `s3` is supported by this role. |
234
-
| `cache_server_address` | `"https://s3.hifis.net"` | A `host:port` for the S3-compatible server. |
235
-
| `cache_access_key` | `"key"` | The access key specified for your S3 instance.. |
236
-
| `cache_secret_key` | `"secret"` | The secret key specified for your S3 instance. |
237
-
| `cache_bucket_name` | `"bucket-name"` | Name of the storage bucket where cache is stored. |
238
-
| `cache_bucket_location` | `"eu-west-1"` | Name of S3 region. (optional) |
239
-
| `cache_insecure` | `"false"` | Set to `"true"` if the S3 service is available by HTTP. Default is `"false"`. |
| `docker_gpus` | `all` | Specify GPUs to make available in Docker containers. Unset by default. |
220
+
| `docker_network_mtu` | `1442` | A custom MTU is necessary in some environments like VMs in Openstack. Requires Gitlab-Runner >= `16.5` |
221
+
| `docker_privileged` | `False` | Specify, if the container runs in privileged mode (insecure). Default is `False`. |
222
+
| `docker_tls_verify` | `True` | Specify, if TLS connections to the Docker daemon should be verified. Default is `False`. |
223
+
| `docker_disable_cache` | `False` | Specify, to disable the use of automatically created docker volumes for caching. |
224
+
| `docker_host` | `unix:///run/user/1000/podman/podman.sock` | Custom Docker endpoint. Not configured by default by the role. |
225
+
| `machine_driver` | `"openstack"` | The driver to use when creating the machine via `docker-machine`. |
226
+
| `machine_name` | `"auto-scale-%s"` | The machine name template. (You need to include `%s`). |
227
+
| `machine_options` | See the machine example. | Additional machine creation options. |
228
+
| `machine_idle_count` | `2` | Number of machines that need to be created and waiting in Idle state. Default is `0`. |
229
+
| `machine_idle_scale_factor` | `0.0` | *(Experimental)* Number of Idle machines as a factor of the number of machines currently in use. Default is `0.0`. |
230
+
| `machine_idle_count_min` | `1` | Minimal number of machines that need to be created and waiting in Idle state when the IdleScaleFactor is in use. Default is 1. |
231
+
| `machine_idle_time` | `1800` | Time (in seconds) for machine to be in Idle state before it is removed. Default is `0`. |
232
+
| `machine_max_growth_rate` | `1` | The maximum number of machines that can be added to the runner in parallel. Default is `0` (no limit). |
233
+
| `machine_max_builds` | `1` | Maximum job (build) count before machine is removed. Default is `0`. |
234
+
| `cache_type` | `"s3"` | Type of caching to use. Currently only `s3` is supported by this role. |
235
+
| `cache_server_address` | `"https://s3.hifis.net"` | A `host:port` for the S3-compatible server. |
236
+
| `cache_access_key` | `"key"` | The access key specified for your S3 instance.. |
237
+
| `cache_secret_key` | `"secret"` | The secret key specified for your S3 instance. |
238
+
| `cache_bucket_name` | `"bucket-name"` | Name of the storage bucket where cache is stored. |
239
+
| `cache_bucket_location` | `"eu-west-1"` | Name of S3 region. (optional) |
240
+
| `cache_insecure` | `"false"` | Set to `"true"` if the S3 service is available by HTTP. Default is `"false"`. |
0 commit comments