Created
May 30, 2024 14:13
-
-
Save popstas/dc5e3635b19e4956561a5afeaa8e907a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install ansible | |
ansible-galaxy install viasite-ansible.zsh --force | |
curl https://raw.githubusercontent.com/viasite-ansible/ansible-role-zsh/master/playbook.yml > /tmp/zsh.yml | |
ansible-playbook -i "localhost," -c local -b /tmp/zsh.yml --extra-vars="zsh_user=$(whoami)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment