Search
1000 results for “ansible”
-
Cómo formatear y cifrar un disco externo usb con LUKS usando el rol de Ansible gcoop-libre.luks
#Ansible #AnsibleRole #Backup #Crypt #CryptSetup #Disk #LUKS #LuksFormat #Pass #PasswordStore #Privacy #Restore #USB
https://osiux.com/2021-01-25-ansible-luks-format-external-usb-disk.html
-
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 https://www.meetup.com/de-DE/ansible-zurich/events/290204496/ -
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
https://www.meetup.com/de-DE/Ansible-Zurich/events/290204496/ -
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'XPPar ici pour postuler :
https://www.capensis.fr/administratrice-administrateur-systeme-et-reseaux/ -
Advanced Ghost Moves: merging data, templating, and filtering JSON/YAML like a Ghost.
https://deadswitch404.github.io/2025/08/ghost-transform-2.html
#Ansible #GhostTransformation #DataManipulation #GhostOps #JSON #YAML
-
This is how a Ghost Operators bend Ansible's data streams. Haunt the data like a Ghost.
https://deadswitch404.github.io/2025/08/ghost-transform-ansible.html
-
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]: https://du.nkel.dev/blog/2025-11-15_docker-rootless-ansible/
-
Eine summierende Zusammenfassung im #Ansible #Recap. Ich habe heute noch etwas Zeit für ein kleines #Python #Callback Skript gefunden.
-
I’ve just published a new Ansible module called
perlmod_install_infowhose 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, andaptrepositories as well as incpanm. 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/
-
Configure BIOS settings with Ansible and Redfish #Ansible #BIOS #Datacenter #DevOps #iDRAC #iLO #Redfish #SR-IOV https://earlruby.org/2023/03/configure-bios-settings-with-ansible-and-redfish/
-
Configure BIOS settings with Ansible and Redfish #Ansible #BIOS #Datacenter #DevOps #iDRAC #iLO #Redfish #SR-IOV https://earlruby.org/2023/03/configure-bios-settings-with-ansible-and-redfish/
-
Configure BIOS settings with Ansible and Redfish #Ansible #BIOS #Datacenter #DevOps #iDRAC #iLO #Redfish #SR-IOV https://earlruby.org/2023/03/configure-bios-settings-with-ansible-and-redfish/
-
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.
[…]
https://kittsteiner.blog/blog/2026/migrated-from-netdata-to-prometheus-grafana/ #Ansible #DevOps #Grafana #InfluxDB #Monitoring #Munin #Netdata #Prometheus #selfHost #selfHosting #Telegraf -
🚀 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.ymlExamples: https://foundata.com/en/projects/ansible-docsmith/#demo
Works with stand-alone roles & collections. Includes validation, CI/CD friendly, and `--dry-run` with diff.
Get it: https://github.com/foundata/ansible-docsmith
Install: pip install ansible-docsmith -
🚀 New release: #Ansible Skeletons v2.2.0 by https://foundata.com! Now with full Molecule and #Podman support
👉 https://github.com/foundata/ansible-skeletons
🔹 Best-practice project structure
🔹 Preconfigured defaults
🔹 SPDX & SBOM (REUSE) support
🔹 Real-world ready – see it in action with a collection like https://github.com/foundata/ansible-collection-acmesh#DevOps #IaC #RedHat #Automation #DevOps #OpenSource #foundata
-
👉 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:
https://www.heinlein-support.de/news/freie-plaetze-schulungen-ansible-ldap-linux-performance -
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.
https://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...
-
Cómo corregir error "tower_(cli).exceptions.TowerCLIError: failed to parse some of the extra variables"
#Ansible #AnsibleTower #automation #AWX #cfg #cli #config #DevOps #error
https://osiux.com/2019-04-10-awx-ansible-tower-cli-failed-to-parse-some-of-the-extra-variables.html
-
Cómo corregir error "tower_(cli).exceptions.TowerCLIError: failed to parse some of the extra variables"
#Ansible #AnsibleTower #automation #AWX #cfg #cli #config #DevOps #error
https://osiux.com/2019-04-10-awx-ansible-tower-cli-failed-to-parse-some-of-the-extra-variables.html
-
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 -
The live instance is available here https://coller.riou.xyz/
I used Docker and Ansible to deploy this (very basic) instance https://git.riou.xyz/jriou/ansible-role-coller(Feedbacks appreciated 🙏)
-
"Adding integration tests to Ansible Content Collections" by Steampunk XLAB
https://steampunk.si/blog/adding-integration-tests-to-ansible-content-collections/
-
🔧 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.
👉 https://www.puzzle.ch/blog/2025/04/14/migrating-to-ansible-automation-platform-2-5Wir begleiten dich seit den Tower-Tagen – von der Migration bis zum Betrieb auf OpenShift.
#Ansible #AutomationPlatform #InfrastructureAsCode -
Got this error with Ansible on my Mac:
ERROR: No module named 'markupsafe'Found this: https://ansiblepilot.medium.com/ansible-troubleshooting-error-no-module-named-markupsafe-8c9f45dae5b5
Solved it by (re)installing python-markupsafe: ansible; brew uninstall ansible python-markupsafe; brew install ansible python-markupsafe; ansible