Blog
Ansible get_url with regex to fetch the latest github release from a repo
This is the best I’ve come up with so far to get_url within Ansible to fetch the latest release from a Github repository. To customize to your needs, change the url portion to point to your desired repo (this one points to Duplicacy) and then adjust the “linux_x64” to a substring from the release files to narrow down what file you want.
November 23, 2025
Ansible Setting Ldap Server in Phpldapadmin
If you add this block to your Ansible playbook for phpldapadmin, it will inject the changes towards the bottom so that you can specify your own ldap server
November 20, 2025
Ansible Block to Add Miniflux Deb822 Repository
To install miniflux on Debian with Ansible, add the following task block
November 19, 2025
Using terraform/opentofu with versitygw
To use terraform or opentofu with versitygw, you need to enable the skip credentials validation via the STS API.
November 18, 2025