fix: remove CI tailscale dependency and allow runner CIDR exception
Some checks failed
Deploy Cluster / Terraform (push) Failing after 31s
Deploy Cluster / Ansible (push) Has been skipped

This commit is contained in:
2026-03-01 14:08:08 +00:00
parent 0d83ef45c1
commit 86c38e385f
4 changed files with 9 additions and 39 deletions

View File

@@ -16,6 +16,8 @@ env:
TF_VAR_s3_endpoint: ${{ secrets.S3_ENDPOINT }}
TF_VAR_s3_bucket: ${{ secrets.S3_BUCKET }}
TF_VAR_tailscale_tailnet: ${{ secrets.TAILSCALE_TAILNET }}
TF_VAR_allowed_ssh_ips: ${{ secrets.RUNNER_ALLOWED_CIDRS }}
TF_VAR_allowed_api_ips: ${{ secrets.RUNNER_ALLOWED_CIDRS }}
jobs:
destroy: