You can use this image like the official ansible/ansible-runner image.
337
You can use this image like the official ansible/ansible-runner image.
version: '3.1'
services:
ansible:
image: businessbrain/ansible-runner:latest
container_name: ansible
command: bash -c "tail -f /dev/null"
restart: always
volumes:
- ./playbook:/var/tmp
Content type
Image
Digest
Size
268.5 MB
Last updated
over 7 years ago
docker pull businessbrain/ansible-runner