Tootfinder

Opt-in global Mastodon full text search. Join the index!

@lanefu@social.linux.pizza
2025-09-20 13:29:38

Short blog post on how a small fix I implemented for the ansible-netbox inventory plugin reminded me that often code changes, are just a small part of upstreaming a fix to a mature open source project. It can be a little challenging, or frustrating, but that's okay!

@lanefu@social.linux.pizza
2025-07-20 17:57:32

I get bi-directional LLM guilt. I feel guilty if I don't use them to save time, and then I also feel guilty when my git history shows my carelessness that I haven't fully tested or understood what I just added.
Ex: I LLMd a prettier configuration to fix some markdown formatting stuff in Lazyvim, but then it was single quoting my ansible yaml because I accidentally added a default setting to do so .

@fanf@mendeddrum.org
2025-09-01 15:16:27

actual lol at thog’s masterclass news.ansible.uk/a458.html
“Then know that it’s Chohlit who holds your life like a grape on the palm of his hand.” He brought his nose right next to Innowen’s, and glared. “Too bad I don't like grapes,” he hissed.

@hynek@mastodon.social
2025-08-06 05:22:38

🚨🚨🚨 uv has fixed my pet issue github.com/astral-sh/uv/issues and `uv tool install ansible --with-executables-from ansible-core` works now! 🚨🚨🚨
for us, that was the last blocker before going all-in on uv.

@niqdanger@social.linux.pizza
2025-08-01 14:29:35

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

error from ansible that reads "Specify at least one Hostgroup"
@grifferz@social.bitfolk.com
2025-09-11 22:11:25

Current status: writing an Ansible task that creates a jinja2 template that creates a bash script that uses bash arrays that come from a YAML dict of lists

@kristian@social.purrucker.de
2025-09-30 17:50:51

Nachtschicht mit Ansible für Serverupdates. Früher wurden pro Nacht wenige Server aktualisiert. Heute sind es dank Automatisierung Hunderte. Wie effektiv heutzutage einige Prozesse doch geworden sind ...
#ansible #automation

@philip@mastodon.mallegolhansen.com
2025-09-07 15:30:24

I recently got around to installing an OS on my home server, and setting up an Ansible playbook to manage the basic config.
mDNS is working, so I can access it at server.local on my network.
What’s next? Many ideas, but I think setting up docker and using it to run @… is on the short list.
Would be lovely to have a second copy of my git repos at ho…

@jamie@boothcomputing.social
2025-08-24 22:56:15

I wrote up my code for downloading the installer from a current GitHub release
#Automation

@grifferz@social.bitfolk.com
2025-09-02 12:43:41

For $reasons I needed a string in an Ansible Jinja2 template which would be a time between 18:00:00 and the following 05:00:00 (an 11 hour span).
The time should be different for each host, spread throughout the range, but should be deterministic (i.e. it will never change for a given host).
The best I could come up with was: pa…

@dawid@social.craftknight.com
2025-09-26 12:30:11

Quadlet to taka cudowna rzecz...

Rozwiązuje to odwieczny problem, czy instalować wszystko bez kontenerów i ogarnąć systemd, czy bawić się w docker compose, czy pisać serwisy uruchamiające kontener...

Z qadlet'em opisujemy kontenery, sieci, wolumeny w systemd i normalnie kontrolujemy przez systemctl, journalctl itd - cudowne. Bardzo ładnie się to spina z Ansible.

#devops…

@arXiv_csNI_bot@mastoxiv.page
2025-08-25 09:18:20

Self-Healing Network of Interconnected Edge Devices Empowered by Infrastructure-as-Code and LoRa Communication
Rob Carson, Mohamed Chahine Ghanem, Feriel Bouakkaz
arxiv.org/abs/2508.16268

@niqdanger@social.linux.pizza
2025-07-22 17:04:07

Finished writing big ansible script, Yeah! Runs! Yeah! Actually creates the DNS in infoblox, Yeah! Makes the instance in VMware, Yeah! Promptly does all other customization.... on localhost? Face palm.

@lanefu@social.linux.pizza
2025-08-31 20:53:33

I always feel soooooo slow when I'm starting a new IaC project or doing a major refactor.
In this case there's a lot of orchestration that I'm the tying to leave room for future enhancements. Anyway it always takes long time
I'm re-working my lanecloud Ansible provisioning to better use netbox as a source of truth... And also switching to provisioning VMs with libvirt instead of nomad