home.social

#ansible — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ansible, aggregated by home.social.

fetched live
  1. Infinito.Nexus 13.0: A Sovereign Cloud on Clearnet or Tor

    Infinito.Nexus 13.0 introduces a new choice in how organizations can operate their digital infrastructure. Until now, an Infinito.Nexus environment was primarily organized around public or private clearnet domains. Version 13.0 adds Tor onion services as a first-class deployment option. An organization can now build its application landscape on the conventional Internet, through Tor, or through a combination of both. This release includes: Tor as a first-class deployment axis Stable onion addresses generated during provisioning Tor-aware identity and Single Sign-On flows Optional parallel clearnet domains Cross-domain and cross-protocol SSO improvements Recovery tests based on real database dumps Mandatory health probes across containerized services Broader automated testing across Python, JavaScript, PHP and Ruby A consolidated and more secure CI deployment chain Together, these changes extend digital sovereignty beyond the question of who operates the servers. Infinito.Nexus 13.0 also begins addressing where services can be reached, which network infrastructure they depend on and how much an organization must disclose merely to exist online. […]

    blog.infinito.nexus/blog/2026/

  2. So #indieweb, right? yevi.org/ is already a static site in #HTML and #CSS written by hands (my hands). It’s time to fix the deployment process of it because now I’m packing it into a #Docker image with #nginx. So each of my websites is a Docker container with its own Nginx, which is definitely overkill for #indieweb.

    I want a single Nginx with several sites. What are my options for automated deployments from #Gitea? #Ansible? Simple scp? I think scp is a nice option.

  3. The ProLUG Big Book of Labs by Scott Champine is free with a Leanpub Reader membership! Or you can buy it for $20.00! leanpub.com/theprolugbigbookof #systems_engineering #ansible

  4. Mitogen 0.3.52 fixes a regression with Ansible dnf module on some targets and fixes errors seen when used with long hostnames/usernames
    🐍 pypi.org/project/mitogen/0.3.52
    🗒️ mitogen.networkgenomics.com/ch

  5. Ansible tip: Gathering facts can take 70+ seconds on macOS 15+ targets. Gathering `ansible_facts.fqdn` triggers local network privacy protections. Gather a subset of facts to avoid this delay, e.g.

    - hosts: all
    gather_facts: true
    gather_subset: ["!all", "!min", "distribution"]

    `ansible_facts.fqdn` is in the facts category `platform`. Other categories (e.g. `service_mgr`) depend on `platform`, so will indirectly trigger gathering `ansible_facts.fqdn`.

    #Ansible

  6. Hace unos años me compré una Raspberry Pi 4B (antes de que el precio de la RAM se disparase), con la idea de poner un pi-hole.net y alguna cosita más como syncthing.net que son útiles y que núnca están de más.

    Otra cosa no, pero me gusta más hacer el tonto con un ordenador que a un tonto un lápiz, así que evidentemente la cosa se complicó.

    Metí #ansible para automatizar toda la gestión de la máquina y luego poco a poco me fue apeteciendo meter más cositas:

    - github.com/dani-garcia/vaultwa que es una versión open sourcel servidor de Bitwarden que funciona muy bien.
    - readeck.org que es una aplicación tipo "Read it later"
    - Calibre Web, que usamos en casa para gestionar la colección de e-books (y para el que busco sustituto, por si alguien tiene ideas)
    - bambuddy.cool para vigilar y gestionar la impresora 3D en remoto sin tener que depender de los servidores de Bambulab
    - Docker swarm para gestionar todas las cositas que hay, porque al final no me encantaba la idea de un docker-compose sin más.
    - ... y cada días más cosas.

    Ese es un poco el problema del #homelabbing, que una vez empiezas...

    Y claro, al Raspberry Pi aguanta bastante más de lo que pueda parecer. Pero todo tiene un límite.

    El caso es que junto con todo esto hace unos 10 o 12 años, un ex-compañero de trabajo se mudaba y me vendió super barato un sobremesa con una placa mini-itx muy chulo que ha aguantado vivo hasta hoy. Solo hizo falta cambiarle la gráfica después de 4 o 5 años de uso, pero sigue vivo.

    El problema? Que después de 4 o 5 mudanzas la caja se cae ya a pedazos. Así que con la ayuda de la impresora 3d me he puesto manos a la obra para renovar la caja y así unificar todos los cacharritos del #homelab en un solo sitio... y voy a documentarlo aquí todo un poco por si le sirve de inspiración a alguien más :)

    Sigue ​👇

  7. @geerlingguy Nice! So you can now make something with you long time sleeping #ansible roles ?

    Please find some co-maintainers who will accept pull reqests because i'm still using it ...

  8. Haven't worked on my #ansible stuff for my servers in a while. Currently adding in support for Let's Encrypt wildcard subdomain certs with DNS challenge.

  9. Nach längerer Unterbrechung findet dieses Jahr wieder die #LDAPCon statt -- vom vom 6. bis 8. Oktober 2026 in #Tübingen.

    ldapcon.org/2026/

    Ich werde zu #LDAP und #Ansible vortragen. Übrigens läuft der Early Bird nur noch bis 31. August!

  10. Alright the post-install playbook for arch is significantly improved.
    Still a lot to do, but it’s already much better.

    Btw. I just published my first Ansible role to galaxy.
    It basically handles the installation of the CachyOS and Blackarch repo for vanilla arch.

    Check it out if you like, I’ll definitely implement it to my playbook tomorrow.

    And if you’re wondering, the playbook is currently in a testing branch since I haven’t verified everything, just optimized the code.

    I’m probably able to check it this weekend when I’m back at my pc (currently working from a notebook) and if everything works it’ll get merged.

    galaxy.ansible.com/ui/standalo

    #ansible #ansiblerole #ansiblegalaxy #automation #sysadmin #devops #foss #codeberg #archlinux #CachyOS #blackarch

  11. Currently reading Ansible for DevOps by @geerlingguy and wow, I have so much to learn.

    Currently on page 144 and there’s already so much I can improve.

    Gonna try to implement some of that stuff in my Arch Linux post-install playbook this week.

    If im able to do so in time, a few blog post should arrive later this Sunday.

    If not, there’s still gonna be a post, but on a different topic.

    The playbook will get the blog post soon after improving as it’s well deserved.

    #linux #archlinux #ansible #automation #playbook #postinstall #blog #writing #learning #book #devops

  12. jsyk there are claude commits in ansible core now

    #ansible
  13. The ProLUG Big Book of Labs by Scott Champine is free with a Leanpub Reader membership! Or you can buy it for $20.00! leanpub.com/theprolugbigbookof #systems_engineering #ansible