dockerized ansible host
388
docker run --platform linux/amd64 -it \
-v $(pwd)/ansible:/ansible \
-w /ansible \
deserializeme/ansible-runner ansible-playbook main-playbook.yaml \
-i inventory.yaml \
--extra-vars \
"user0_password='$(bw get password user0)' \
user1_password='$(bw get password user1)'"
Content type
Image
Digest
sha256:1d12a75a4…
Size
198.3 MB
Last updated
almost 4 years ago
docker pull deserializeme/ansible-runner