
2025-06-27 17:31:42
Time wasting of the day: I'm working on an #Ansible playbook to configure my NAS. I just want to create a few tasks and test it. I get "no route to host", even though it works perfectly well with plain SSH.
I tweak a few parameters. I Google Search. I ask GitHub Copilot. Zilch.
lil5/ansible_template
#ansible
Anyone doing zabbix and ansible? I got the connection working, but when trying to add a host to the server I kept getting "Template not found". So I removed the templates and I got "Hostgroup not found". So I removed the hostgroup and got this, so I guess i HAVE to have something. But why is it not finding them? Quoted or not quoted, no difference. #ansible
Progress today. I got ansible working with the vmware inventory, and managed to solve the old (v8) machines complaints about python. New update script completed that takes snapshots, checks RHEL or Debian base and does update/reboot. All in all, successful day. And during all that, I got XCP-ng working. No VMs on it yet, but the system is ready for messing with finally. #ansible
#ansible where do you put your playbooks?