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!
#ansible #opensource #netbox

@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

@portaloffreedom@social.linux.pizza
2025-11-21 00:39:52

Ansible biggest weakness is the fact that they used yaml

@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.

@hllizi@hespere.de
2025-10-28 13:54:05

I am trying to transfer a 30G Database from one server to another using mariabackup, mbstream and #socat. The transfer rate is pretty bad when I start the whole thing with #ansible, but it seems like I'm getting okayisch transfer rates if I copy the commands from the ansible files and run them by hand. Is t…

@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…

@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…

@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…

@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