home.social

Search

1000 results for “ansible”

  1. Looking forward to the upcoming #Ansible #Zurich #Meetup at #impacthub next Tuesday. We, @OpenCircleAG, will be giving a talk. 🎉 Hope to see many Ansiblers there!
    RSVP now at meetup.com/de-DE/ansible-zuric

  2. Fellow Ansiblers, I'm happy to announce that the upcoming #Ansible #Zurich #meetup will take place on February 28 @ Bogen D from #impacthub Looking forward seeing you all
    meetup.com/de-DE/Ansible-Zuric

  3. JOB ALERT 🚨 Un #recrutement peut en cacher un autre !

    Nous recherchons un(e) Administrateur(trice) système #Linux et réseaux :

    📍 #Paris 4
    🏁 Dès que possible
    🎓 Bac+5
    💼 10 ans d'XP

    Par ici pour postuler :
    capensis.fr/administratrice-ad

    #adminsys #debian #centreon #ansible

  4. This error on one of my VMs with docker in rootless led me down a rabbit hole [1]:
    ```
    Error response from daemon: failed to create task for container: Unimplemented: failed to start shim: start failed: unsupported shim version (3): not implemented
    ```

    I realized that updating a host with nested docker in rootless services can break them. The fix: Update your Ansible scripts!

    [1]: du.nkel.dev/blog/2025-11-15_do

    #ansible #docker #rootless #vm #automation

  5. #Ansible has #molecule for #testing. Is there something other than #TestKitchen for testing configuration management other than ansible? Or maybe a way to make molecule do it?
    #SysAdmin #DevOps #AskFedi

  6. #Ansible has #molecule for #testing. Is there something other than #TestKitchen for testing configuration management other than ansible? Or maybe a way to make molecule do it?
    #SysAdmin #DevOps #AskFedi

  7. #Ansible has #molecule for #testing. Is there something other than #TestKitchen for testing configuration management other than ansible? Or maybe a way to make molecule do it?
    #SysAdmin #DevOps #AskFedi

  8. #Ansible has #molecule for #testing. Is there something other than #TestKitchen for testing configuration management other than ansible? Or maybe a way to make molecule do it?
    #SysAdmin #DevOps #AskFedi

  9. I'm happy: I got a lot of #Ansible stuff working today. But there's still a lot to do for my personal #IaaC.

  10. I’ve just published a new Ansible module called perlmod_install_info whose purpose is to help you install Perl modules on systems in the most portable way possible.

    Specifically, this module knows how to search for Perl modules in dnf, yum, and apt repositories as well as in cpanm. It prefers the OS repositories over CPAN because generally speaking you’re better off going with the OS-packaged versions of modules when they’re available, both because that’s more robust and because the OS packages install much faster than CPAN. CPAN is needed as a backstop because the OS distributions don’t include all Perl modules.

    What’s especially clever about this module is that when it does need to resort to CPAN to find a module that isn’t available in the OS repository, it recursively determines all of the dependencies of that module and checks for them in the OS repository. It then returns lists of modules you can install from the OS and modules you need to install from CPAN, so you can minimize the number of modules that end up coming from CPAN.

    If this sounds useful to you, you can check it out on GitHub.

    #Ansible #apt #CPAN #cpanm #dnf #Perl #perlmodInstallInfo #yum

    https://blog.kamens.us/2023/09/13/just-published-perlmod_install_info-ansible-module/

  11. I had been playing with Grafana, InfluxDB, Telegraf and Prometheus the last two weeks and can now share my story of what I finally use to replace my Netdata instances and why.

    […]

    kittsteiner.blog/blog/2026/mig #Ansible #DevOps #Grafana #InfluxDB #Monitoring #Munin #Netdata #Prometheus #selfHost #selfHosting #Telegraf
  12. 🚀 New release v2.0.0: DocSmith for Ansible: A documentation generator for roles that reads your role's meta/argument_specs.yml and auto-creates:

    • variable docs in README.md
    • inline comment blocks for defaults/main.yml

    Examples: foundata.com/en/projects/ansib

    Works with stand-alone roles & collections. Includes validation, CI/CD friendly, and `--dry-run` with diff.

    Get it: github.com/foundata/ansible-do
    Install: pip install ansible-docsmith

    #Ansible #OpenSource #DevOps #Python #foundata #RedHat

  13. 🚀 New release: #Ansible Skeletons v2.2.0 by foundata.com! Now with full Molecule and #Podman support

    👉 github.com/foundata/ansible-sk

    🔹 Best-practice project structure
    🔹 Preconfigured defaults
    🔹 SPDX & SBOM (REUSE) support
    🔹 Real-world ready – see it in action with a collection like github.com/foundata/ansible-co

    #DevOps #IaC #RedHat #Automation #DevOps #OpenSource #foundata

  14. 👉 Du bist spontan? In unseren Schulungen zu #Ansible, #LDAP und zur Linux Performance Analyse gibt es noch letzte freie Plätze. Die Kurse starten jeweils ab dem 24. März 2025. Nutze die Chance und melde Dich zum Wissens-Update mit unseren #Linux-Profis an – wir freuen uns auf Dich! 😀

    👉 Mehr Infos:
    heinlein-support.de/news/freie

    #LinuxSchulungen #HeinleinAkademie #LinuxWissen

  15. Argh, heck this. I used git-filter-repo to rewrite all this stuff. Also, changed my nginx/cgit config to only display some stuff...

    Anyway...

    Here's my current #ansible repo state.
    git.uvok.de/ansible/
    I recently added some files to set up a #tinc host - Key generation still needs to be done manually, and the copy-file step is extremely slow. Still, enough for a quick start.

    Probably I could look into triggers as well...

  16. J'aime Ansible
    Je n'aime pas quand les gens font n'importe quoi avec
    On a donc un playbook qui lance littéralement 'oslevel' sur un AIX *alors* qu'Ansible collecte déjà cette information. Mais pire un appel de command "find /" sur TOUTES les bécanes donc tous les NFS sont scannés autant de fois qu'il y a de serveurs... sachant que les home des users sont en NFS
    Le NAS n'aime pas du tout 👿
    #ansible #badcode

  17. The live instance is available here coller.riou.xyz/
    I used Docker and Ansible to deploy this (very basic) instance git.riou.xyz/jriou/ansible-rol

    (Feedbacks appreciated 🙏)

    #ansible #docker #pastebin #selfhosting

  18. 🔧 Ansible Automation Platform 2.5: Zeit für den Umstieg!
    Red Hat sagt endgültig Adieu zur rpm-Installation. In unserem Blogpost zeigen wir, wie du AAP 2.5 sauber containerisiert installierst – inkl. Platform Gateway und Ein-Server-Setup.
    👉 puzzle.ch/blog/2025/04/14/migr

    Wir begleiten dich seit den Tower-Tagen – von der Migration bis zum Betrieb auf OpenShift.
    #Ansible #AutomationPlatform #InfrastructureAsCode

  19. Got this error with Ansible on my Mac:
    ERROR: No module named 'markupsafe'

    Found this: ansiblepilot.medium.com/ansibl

    Solved it by (re)installing python-markupsafe: ansible; brew uninstall ansible python-markupsafe; brew install ansible python-markupsafe; ansible

    #ansible #homebrew #markupsafe