Initial commit

This commit is contained in:
2024-02-25 01:14:24 +03:00
commit 1f9873579c
12 changed files with 174 additions and 0 deletions

6
tasks/install.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: Download GitLab runner
get_url:
url: "{{ gitlab_runner_download_url }}"
dest: "{{ gitlab_runner_binary_path }}"
mode: 0755