Ansible not usable
Hey all, I am not sure what I messed up but I can’t run Ansible Playbooks for some reason.. once I try to hit Test I get this error here: error during execution of the script:\nNot found: Couldn't find ansible-playbook at /usr/local/bin/ansible-playbook. This probably means that you are not using the windmill-full image. Please use the image
windmill-full
for your instance in order to run rust jobs.
However Googling and asking ChatGPT didn’t get me to some windmill-full images but only to some photographs of some old rusty windmills… any idea on what I can do? I have used the quick start docker compose guide…
Thanks in advance4 Replies
Look at the image name that you're using, add -full to it
Injustice tried in .env:
For Enterprise Edition, use:
WM_IMAGE=ghcr.io/windmill-labs/windmill-ee:main
WM_IMAGE=ghcr.io/windmill-labs/windmill-full:main
but in the end I get this:
/home/docker-projects/windmill # docker compose up -d
WARN[0000] /home/docker-projects/windmill/docker-compose.yml:
version
is obsolete
[+] Running 3/4
✘ windmill_worker Error context canceled 1.5s
✘ windmill_server Error manifest unknown 1.5s
✘ windmill_worker_native Error context canceled 1.5s
⠼ lsp Pulling 1.5s
Error response from daemon: manifest unknown
Nevermind, replacing :main with :latest seems to made it work, thanksAre you on the ee ?
The image you need is
ghcr.io/windmill-labs/windmill-ee-full:main
or ghcr.io/windmill-labs/windmill-full:main
if not on eeI am not… I am on community edition, should be enough for home lab use 😉 but windmill-full:main will lead to manifest unknown so I had to use the :latest tag… but turns out even though I can execute Ansible now it’s not of use as I only get Host key verification failed error and I have no idea how to teach windmill which host keys it should accept for ansible…
(I should mention before everyone makes fun of me that I never used Ansible or Windmill before)