host continuous deploy git actions and runner
All checks were successful
deploy host / setup-runner (push) Successful in 6s
deploy host / ansible-playbook (push) Successful in 14s

This commit is contained in:
2024-09-01 04:27:39 +01:00
parent b4ea989516
commit 103039e049
2 changed files with 42 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
FROM catthehacker/ubuntu:act-latest
RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible