Add Ansible Runner

This commit is contained in:
Frank "PHiAX" Weggelaar 2026-01-08 23:43:02 +01:00
parent e5ebeaf81d
commit c4a30b7c4e

View file

@ -0,0 +1,13 @@
services:
ansible-core:
image: serversideup/ansible:latest-alpine
volumes:
- /home/phiax/.ssh/:/ssh/:ro
- /home/phiax/.ssh/known_hosts:/ssh/known_hosts:rw
- /mnt/media/Containers/ansible:/ansible
environment:
- PGID=1000
- PUID=1000
stdin_open: true
tty: true
entrypoint: /bin/sh