自用ansible镜像,官方不知道什么原因很久没更新了
docker run exec -it --rm jeyrce/ansible:latest \
-v ./:/ansible \
--scp-extra-args '-o StrictHostKeyChecking=no' \
--sftp-extra-args '-o StrictHostKeyChecking=no' \
--ssh-common-args '-o StrictHostKeyChecking=no' \
--ssh-extra-args '-o StrictHostKeyChecking=no' \
-i inventory/main.yaml
Content type
Image
Digest
Size
119 MB
Last updated
about 4 years ago
docker pull jeyrce/ansible