docs: explain virbr0 firewalld zone and WARP/SSH-only gotcha (#5) #46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: opentofu | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| opentofu: | |
| uses: makeitworkcloud/shared-workflows/.github/workflows/opentofu.yml@main | |
| with: | |
| # Native tfroot-runner scale set in kustomize-cluster/workloads/arc. | |
| # The runner pod IS the tfroot-runner image — no nested container. | |
| runs-on: arc-tf | |
| setup-ssh: true | |
| secrets: | |
| SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }} | |
| SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} | |
| SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }} |