13 lines
No EOL
334 B
YAML
13 lines
No EOL
334 B
YAML
services:
|
|
ansible-core:
|
|
image: serversideup/ansible:11.13-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 |