Google
×
Oct 14, 2021 · You could also try using the get_url module (ansible.builtin.get_url) and then you can eliminate the need to run a shell command at all.
2 days ago · I'm trying to update oh-my-zsh through an Ansible task. At first, I used the `omz update` command, but it seemed Ansible couldn't find `omz`, ...
May 19, 2023 · Yet another Ansible playbook · Install and configure ZSH and Oh-My-ZSH · Install custom OMZ plugins and themes.
May 15, 2023 · I have ansible and molecule installed in my .local/bin directory with zsh on Ubuntu. When I run molecule test I am seeing the following error.
Oct 20, 2023 · I'm building this playbook that configures my .zshrc which includes setting some environment variables, such as XDG_CONFIG_HOME, for example.
Nov 27, 2021 · You could either do a custom info module, or you could do Jinja templating for your variables. Something like set_fact: zsh_custom: “{% if not ...
Feb 1, 2024 · What's a good way to manage a few machines with ansible that are all managed via localhost? The best approach ...
Apr 9, 2023 · All plugin managers and frameworks have good performance when configured properly. This includes ohmyzsh, despite a commonly held opinion that it's slow.
Mar 15, 2022 · I'm new to Ansible and for the first side project I'm using the following role to use ZSH with Antigen: https://github.com/gantsign/ ...
Aug 22, 2024 · I'm a software engineer working on mac as well as Linux. I'm setting up an Ansible script for initial machine setup that I'd like to work on both Mac and Linux.