IT
So I ended up changing the blog I usually use due to a strange bug making it impossible to add a link in a post, and dived into Zola, a static site engine written in Rust. (and yes, it’s been a month since I began to write/test/tweak these words, did I already say that geeking time was sparse ?). You’ll notice too on entry page that my Codeberg/github activity is low to say the least, I hope that it’ll get higher in the coming months. By the way, Codeberg link points to Codeberg main page and not my repos because I need to recover my password and haven’t done it yet.
Of course, previous posts are still available here, if anyone cares.
While I’m at it, I previously forgot to talk about a couple things (or things happened after my last post) :
Read MoreEverything has been plugged and is in my desk. The once called Tinkerbell machine is now homelab-gateway, still running the same Debian 12 OS installed by hand. I’ve got an Ansible playbook skeleton and a hand-made inventory.
❯ ansible -m ping -i inventory.yml gw
[WARNING]: No python interpreters found for host homelab-gateway (tried ['python3.12', 'python3.11', 'python3.10', 'python3.9', 'python3.8', 'python3.7', 'python3.6', '/usr/bin/python3', '/usr/libexec/platform-python', 'python2.7','/usr/bin/python', 'python'])
which of course blattently ends in failure. That means our first thing to do is to use the raw module to get python installed. Which leads to:
fatal: [homelab-gateway]: FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 127, "stderr": "Shared connection to 192.168.1.17 closed.\r\n", "stderr_lines": ["Shared connection to 192.168.1.17 closed."], "stdout": "bash: line 1: sudo: command not found\r\n", "stdout_lines": ["bash: line 1: sudo: command not found"]}
Read More Wow, I’m currently exploding my average delay of posting on this blog. Once posted, I’ve noticed that the theme layout currently used with Zola (blow, not to name it) is broken with preformated content when you look at the sum up list of posts. Given I’m not much (read at all or so) into CSS, front-end and such, that may be fixed one day or another. Either by fixing blow or using another Zola theme. That’s it for now, you can resume your normal activities.
Read More