home.social

Search

205 results for “ansible”

  1. For those who are wondering why my projects are so silent, I moved to my own Forgejo instance at code.spoljarevic.sh

    From there I will continue my journey.

    Tho I didn’t have lots of time to work on them, and they will slightly change.

    Due to an upcoming server migration, new tools and my personal life, everything got slow.

    But I already finished some open issues on the Ansible Project and will go into testing after my vacation.

    It shall be finished this month or I’m no longer trusting myself.

    Next month will be nothing since I’m gonna focus on chess openings and the month after I’m working on a Knowledge Base (fork of hyprland wiki)

    After that, everything should go normal again.

    #ansible #archlinux #project #forgejo #server #ServerMigration #wiki #KnowledgeBase #chess #chessopenings

  2. For those who are wondering why my projects are so silent, I moved to my own Forgejo instance at code.spoljarevic.sh

    From there I will continue my journey.

    Tho I didn’t have lots of time to work on them, and they will slightly change.

    Due to an upcoming server migration, new tools and my personal life, everything got slow.

    But I already finished some open issues on the Ansible Project and will go into testing after my vacation.

    It shall be finished this month or I’m no longer trusting myself.

    Next month will be nothing since I’m gonna focus on chess openings and the month after I’m working on a Knowledge Base (fork of hyprland wiki)

    After that, everything should go normal again.

  3. Well, at least maybe just maybe orgs can get a better grip on AI with products like what Ansible introduced.

    “Why would you use AI just to patch a machine?” he says. “We all know tokens are expensive. We know the best way to patch a machine — why call an AI to do that when you already have a playbook that’s been in use for ten years?”

    Yes, why would you use AI to patch a machine? I like how this is presented at least. We'll see how it works out. AI is here to stay in orgs for the forseeable future so IT departments need to look into ways to control these agents better.

    It may even make the folks over in your SOC a little bit happier.

    #ansible #redhat #ai #llm #automation

    networkworld.com/article/41700

  4. Well, at least maybe just maybe orgs can get a better grip on AI with products like what Ansible introduced.

    “Why would you use AI just to patch a machine?” he says. “We all know tokens are expensive. We know the best way to patch a machine — why call an AI to do that when you already have a playbook that’s been in use for ten years?”

    Yes, why would you use AI to patch a machine? I like how this is presented at least. We'll see how it works out. AI is here to stay in orgs for the forseeable future so IT departments need to look into ways to control these agents better.

    It may even make the folks over in your SOC a little bit happier.

    #ansible #redhat #ai #llm #automation

    networkworld.com/article/41700

  5. Well, at least maybe just maybe orgs can get a better grip on AI with products like what Ansible introduced.

    “Why would you use AI just to patch a machine?” he says. “We all know tokens are expensive. We know the best way to patch a machine — why call an AI to do that when you already have a playbook that’s been in use for ten years?”

    Yes, why would you use AI to patch a machine? I like how this is presented at least. We'll see how it works out. AI is here to stay in orgs for the forseeable future so IT departments need to look into ways to control these agents better.

    It may even make the folks over in your SOC a little bit happier.

    #ansible #redhat #ai #llm #automation

    networkworld.com/article/41700

  6. Well, at least maybe just maybe orgs can get a better grip on AI with products like what Ansible introduced.

    “Why would you use AI just to patch a machine?” he says. “We all know tokens are expensive. We know the best way to patch a machine — why call an AI to do that when you already have a playbook that’s been in use for ten years?”

    Yes, why would you use AI to patch a machine? I like how this is presented at least. We'll see how it works out. AI is here to stay in orgs for the forseeable future so IT departments need to look into ways to control these agents better.

    It may even make the folks over in your SOC a little bit happier.

    #ansible #redhat #ai #llm #automation

    networkworld.com/article/41700

  7. TIL (today I learned): @letsencrypt has a neat little project for running a test CA for the ACME protocol called Pebble.

    github.com/letsencrypt/pebble

    letsencrypt.org/2025/04/30/peb

    I just wired it into the tests for the foundata.acmesh #Ansible collection inside each #Podman
    container to test the webroot challenge end-to-end across all platforms without requiring external infrastructure:

    github.com/foundata/ansible-co

    #acmesh #opensource #devops

  8. Базированый Ansible

    Настраивать оборудование можно разными способами. Можно ходить от одной железки к другой и делать всё руками, но это медленно и непродуктивно, сгодится максимум для дома. Можно использовать скрипты, но это может не всегда работать и вызывать проблемы. А можно использовать подход, который сейчас называют Infrastructure as Code , то есть описать в каком состоянии Вы хотите видеть свою инфраструктуру, а программа сделает всё сама. Вот про одну из таких программ, которая активно завоёвывает рынок, мы и поговорим, а именно об Ansible .

    habr.com/ru/articles/1033358/

    #ansible

  9. Testing out my #Ansible Tutorial for PHP Tek against 16 locally running #Debian 13 VMs

  10. The Bullhorn #227 is out!

    This week's highlights include:

    - Paramiko deprecated for network_cli.
    - AWX modernization: Ansible Jewel proxy layer.
    - ai-forge content development skills update.
    - 6 collection updates - check the newsletter for the full list.

    Read more: forum.ansible.com/t/the-bullho

  11. Je fais beaucoup d'Ansible en ce moment, et j'utilise des mots de passe que je ne veux pas mettre dans le code de mes playbooks. Avec un plugin comme-celui-là, je pourrais charger les mots de passe à la volée, et ce serait beaucoup plus propre ! jpmens.net/2025/08/17/accessin #ansible #keepass #plugin #recherche #linux #sécurité

  12. “Works on my laptop” is a configuration problem, not bad luck.

    Execution Environments make your Ansible control node a versioned, reproducible container image. Same artifact locally, in CI, and in AAP/AWX.

    I wrote a practical walkthrough of ansible-builder + ansible-navigator, with real-world gotchas:

    blog.hofstede.it/reproducible-

    #ansible #automation #devops #linux

  13. 200 serveurs et une config à déployer... 😱

    Sans #Ansible, c'est une soirée perdue !
    Avec, c'est un playbook YAML, une commande et c'est fait.

    ✅ Architecture sans agent
    ✅ Idempotence native
    ✅ Inventaire dynamique
    ✅ Hautement compatible

    Moins de bruit, moins d'interventions manuelles... Et plus de disponibilité !

    Découvrez notre article :
    capensis.fr/ansible-le-gestion

    #SysAdmin #Automatisation #IaC #OpenSource #Linux

  14. Every time I see Ansible and Ansible Core updating during an OS upgrade, I know that some Playbooks are going to break ...

    #Ansible

  15. Fresh gist: mitigating CVE-2026-31431 ("Copy Fail") on RHEL 8/9/10 with a tiny Ansible playbook.

    It blacklists algif_aead via a kernel boot arg (initcall_blacklist=algif_aead_init), reboots only when needed, and asserts the mitigation actually stuck after reboot. Idempotent & safe to re-run.

    codeberg.org/Larvitz/gists/src

    #Ansible #RHEL #Linux #InfoSec #SysAdmin #DevOps #CVE #CVE_2026_31431 #copyfail

  16. The Bullhorn #225 is out!

    This week's highlights include:
    - Ansible and the EU Cyber Resilience Act.
    - New Ansible-Core and Ansible Community Package releases.
    - 9 collection updates - check the newsletter for the full list.
    - Discussions around documenting breaking changes in collections.
    - The Ansible Community AI Policy Proposal.

    Read more: forum.ansible.com/t/the-bullho

  17. Pavel just released new version of vcs-diff-lint 🛠️ The tool (+ GitHub action) for differential code linting.

    The highlight: Newly with yamllint support!

    Bonus: Fedora's Forgejo instance integration experiment (infra ansible repo):
    forge.fedoraproject.org/infra/

  18. Next level in my Homelab: A storage cluster with linbit drbd. Should run on the same nodes as proxmox pve. And of course defined in some ansible scripts 🤣
    Currently, this is still running on a test cluster that I set up using OpenTofu on top of the current pve cluster.
    But there are still some "hickups"

    #homelab #linbit #drbd #proxmox #pve #ansible #OpenTofu #TerraForm

  19. @ansiblegames
    I'm beginning to learn that there's a good range of material on #Hive which contain #hints on #strategy and #tactics. And just reading the tip headings is enough to tell me I'm a pretty #useless #player.

    #boardgames

  20. The #Ansible role for #BigBlueButton is now able to install and configure BBB 3.0.x with embedded #coturn, even on cloud VMs behind a NAT router or firewall.

    github.com/ebbba-org/ansible-r

  21. Hey you! Wanna know a secret? We're upgrading to Patroni 3.x in the next release of Crunchy Postgres via Automation. I know right?! Get the skinny on our plans in my latest blog post: hunleyd.github.io/posts/coming

  22. El foro de Ansible ya está disponible! 🤖 🎉

    El equipo de comunidad de Ansible acaba de anunciarlo y ya se pueden registrar.

    Pueden registrarse en forum.ansible.com

    Hay una categoría dedicada en español para aquellos interesados en conversar en su idioma sobre meetups o playbooks!
    forum.ansible.com/c/other-lang

    #ansible #ansiblecommunity #latam #espanol #foro #discourse

  23. Automatizar la configuración de la BIOS de una HP ProDesk 400 G5 usando
    Ansible y HP Linux Tools para deshabilitar ASPM (Active State Power
    Management)

    #Ansible #ASPM #Automation #BIOS #Config #HP #RTL8111 #UEFI

    osiux.com/2021-12-30-automated