Add custom runner image with ansible, terraform, community.docker

This commit is contained in:
Ryan Moon
2026-03-31 18:29:15 -05:00
parent 7c2e44d8b6
commit 5c62f90b7f
4 changed files with 53 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ on:
jobs:
ansible:
runs-on: ubuntu-latest
container: git.lunarfront.tech/ryan/runner:latest
defaults:
run:
working-directory: ansible
@@ -26,11 +27,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Ansible
run: |
apt-get update -qq
apt-get install -y ansible
- name: Write SSH key
run: |
mkdir -p ~/.ssh