feat(ansible): add playbook for installing A13Labs systools with tasks for downloading, unpacking, and setting permissions

This commit is contained in:
2025-05-19 00:34:21 +02:00
parent fef5c73726
commit c9def750f6
13 changed files with 42 additions and 400 deletions
-3
View File
@@ -92,9 +92,6 @@ resource "kubernetes_deployment" "gitea" {
requests = {
memory = "100Mi"
}
limits = {
memory = "300Mi"
}
}
liveness_probe {
-3
View File
@@ -191,9 +191,6 @@ resource "kubernetes_deployment" "website" {
requests = {
memory = "100Mi"
}
limits = {
memory = "500Mi"
}
}
readiness_probe {