vaulttec.zsh
ansible-role-zsh
Rol de Ansible para instalar zsh y Oh My ZSH.
Requisitos
Ninguno.
Variables del Rol
Las variables disponibles se enumeran a continuación, junto con los valores predeterminados:
zsh_user:
- "{{ ansible_ssh_user }}"
zsh_debug_startup_time: false
zsh_ohmy_theme: pygmalion
zsh_ohmy_custom_plugins:
- name: zsh-syntax-highlighting
repo: "git://github.com/zsh-users/zsh-syntax-highlighting.git"
- name: zsh-autosuggestions
repo: "git://github.com/zsh-users/zsh-autosuggestions.git"
zsh_ohmy_plugins:
- git
- git-flow
- docker
- zsh-syntax-highlighting
- zsh-autosuggestions
zsh_ohmy_disable_auto_update: true
Dependencias
Ninguna.
Ejemplo de Playbook
Instalar zsh y oh-my-zsh con la configuración predeterminada:
- hosts: server
roles:
- vaulttec.zsh
Instalar zsh y oh-my-zsh con un tema aleatorio y diferentes plugins:
- hosts: desktop
roles:
- { role: vaulttec.zsh, zsh_ohmy_theme: random, zsh_ohmy_plugins: [git, git-extras] }
Pruebas
cd tests && vagrant up
Licencia
MIT
Instalar
ansible-galaxy install vaulttec.zsh
Licencia
mit
Descargas
2.1k
Propietario