1
1
GitHub Actions Runner
2
2
=========
3
3
4
- < a href = " https://galaxy.ansible.com/monolithprojects/ansible-github_actions_runner " >< img src = " https://img .shields.io/ansible/quality/47118 ?style=flat&logo=ansible" /></ a >
5
- < a href = " https://galaxy.ansible.com/monolithprojects/ ansible-github_actions_runner " >< img src = " https://img.shields.io/ansible/role/d/47118 " /></ a >
6
- < a href = " https://galaxy.ansible.com/monolithprojects/github_actions_runner " >< img src = " https://img .shields.io/github/v/release/MonolithProjects/ ansible-github_actions_runner " /></ a >
7
- < a href = " https://github.com/MonolithProjects/ansible-github_actions_runner/actions " >< img src = " https://github.com/MonolithProjects/ansible-github_actions_runner/ workflows/molecule%20test/badge.svg?branch=master" /></ a >
8
- < a href = " https://github.com/ MonolithProjects/ansible-github_actions_runner/blob/master/LICENSE " >< img src = " https://img.shields.io/github/license/ MonolithProjects/ansible-github_actions_runner " /></ a >
4
+ [ ![ Galaxy Quality ] ( https://img.shields.io/ansible/quality/47375 ?style=flat&logo=ansible )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
5
+ [ ![ Role version ] ( https://img.shields.io/github/v/release/MonolithProjects/ ansible-github_actions_runner )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
6
+ [ ![ Role downloads ] ( https://img.shields.io/ansible/role/d/47375 )] ( https://galaxy. ansible.com/monolithprojects/github_actions_runner )
7
+ [ ![ GitHub Actions ] ( https://github.com/MonolithProjects/ansible-github_actions_runner/workflows/molecule%20test/badge.svg?branch=master )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/actions )
8
+ [ ![ License ] ( https://img.shields.io/github/license/ MonolithProjects/ansible-github_actions_runner )] ( https://github.com/ MonolithProjects/ansible-github_actions_runner/blob/master/LICENSE )
9
9
10
10
This role will deploy or redeploy or uninstall and register or unregister local GitHub Actions Runner (version you specified).
11
11
12
-
13
12
Requirements
14
13
------------
15
14
@@ -51,7 +50,6 @@ github_server: "https://github.com"
51
50
# github_repo: "yourrepo"
52
51
```
53
52
54
-
55
53
Example Playbook
56
54
----------------
57
55
@@ -72,6 +70,7 @@ In this example the role will deploy (or redeploy) the GitHub Actions runner ser
72
70
` ` `
73
71
74
72
Here the GitHub Actions runners will be uninstalled, service stopped and unregistered from the GitHub.
73
+
75
74
` ` ` yaml
76
75
---
77
76
- name : GitHub Actions Runner
@@ -90,6 +89,7 @@ Here the GitHub Actions runners will be uninstalled, service stopped and unregis
90
89
91
90
ToDo
92
91
----
92
+
93
93
Full Debian/Ubuntu support
94
94
95
95
License
100
100
Author Information
101
101
------------------
102
102
103
- Created in 2020 by Michal Muransky
103
+ Created in 2020 by Michal Muransky
0 commit comments