Add Ansible Runner
This commit is contained in:
parent
e5ebeaf81d
commit
c4a30b7c4e
1 changed files with 13 additions and 0 deletions
13
docker/ansible-runner.yaml
Normal file
13
docker/ansible-runner.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue