ansible-gitlab-runner icon indicating copy to clipboard operation
ansible-gitlab-runner copied to clipboard

Ansible role to install gitlab-runner

Results 36 ansible-gitlab-runner issues
Sort by recently updated
recently updated
newest added

I have worked on a PR to add support for the FreeBSD operating system. Please review and let me know if you have any suggestions or questions. Thanks.

Hello, there is an inconsistency on the default value of the `gitlab_runner.virtualbox_base_snapshot` runner prop. https://github.com/riemers/ansible-gitlab-runner/blob/94083260222b7f0880ccc21d716bc0abf947d866/tasks/update-config-runner.yml#L727 ```yml - name: "{{ runn_name_prefix }} Set virtualbox base snapshot option" lineinfile: dest: "{{ temp_runner_config.path...

Currently, what I try to achieve is also to configure predinefed services for some runner. This could be done through [runner/configuration/advanced-configuration.html#the-runnersdockerservices-section](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersdockerservices-section) So currently I don't know how this could be...

I used this role around a year ago to build runners with Debian 10. Back then our Gitlab version was 14.0.5 and everything just worked. Now I migrated the Gitlab...

Using the proposed way to configure this fails ```yml - hosts: all become: true vars_files: - vars/main.yml roles: - { role: riemers.gitlab-runner } ``` ``` TASK [Run the GitLab CI...

@riemers and team, thank you for nice tool! Could you clarify, have we unique vars or parameters with that we can skip role if runners already exist. Current pipeline spends...

Unless I add `update_cache: yes` in the task `(Debian) Install GitLab Runner` of the `ansible-galaxy/roles/gitlab-runner/tasks/install-debian.yml` file, I am getting the above error.

Just logging the error ``` TASK [riemers.gitlab-runner : (RedHat) Install GitLab Runner] ************************************************************************************************ fatal: [ec2-x-x-x-x.region-1.compute.amazonaws.com]: FAILED! => {"changed": true, "changes": {"installed": [], "updated": [["gitlab-runner", "14.0.0-1.x86_64 from runner_gitlab-runner"]]}, "msg": "warning: /var/cache/yum/x86_64/7/runner_gitlab-runner/packages/gitlab-runner-14.0.0-1.x86_64.rpm:...

FreeBSD e.g. calls it `gitlab_runner` instead of `gitlab-runner`.

Hello, whenever the role tries to set the clone url of a runner, the specific job fails, but the change gets through nevertheless. We have a setup with 18 runners...