Set up Gitea Actions runners

This commit is contained in:
Râu Cao
2023-04-01 12:56:21 +02:00
parent 702449acc1
commit 059812524e
5 changed files with 130 additions and 23 deletions

View File

@@ -18,7 +18,8 @@
"ldap_client",
"garage_gateway",
"gitea",
"postgresql_client"
"postgresql_client",
"gitea_actions_runner"
],
"recipes": [
"kosmos-base",
@@ -31,6 +32,7 @@
"kosmos_postgresql::hostsfile",
"kosmos_gitea",
"kosmos_gitea::default",
"kosmos_gitea::act_runner",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
@@ -68,6 +70,7 @@
"role[kvm_guest]",
"role[ldap_client]",
"role[garage_gateway]",
"role[gitea]"
"role[gitea]",
"role[gitea_actions_runner]"
]
}