You've already forked gitlab-runner
Initial commit
This commit is contained in:
16
tasks/main.yml
Normal file
16
tasks/main.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
- name: gitlab runner installation
|
||||
include_tasks: install.yml
|
||||
|
||||
- name: gitlab runner configuration
|
||||
include_tasks: config.yml
|
||||
|
||||
- name: gitlab runner registration
|
||||
include_tasks: registration.yml
|
||||
|
||||
- name: GitLab Runner started service
|
||||
systemd_service:
|
||||
name: "gitlab-runner"
|
||||
state: started
|
||||
daemon_reload: true
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user