Go to file
Haug, Christoph 7646ecaca6 fix variable issues 2022-05-05 09:12:11 +02:00
files first commit 2022-05-02 10:33:16 +02:00
tasks fix variable issues 2022-05-05 09:10:20 +02:00
vars fix variable issues 2022-05-05 09:12:11 +02:00
.gitignore first commit 2022-05-02 10:33:16 +02:00
README.md change users to oh-my-zsh users 2022-05-02 10:58:24 +02:00

README.md

Add Ansible Role to your project

cd <ansible_remote_folder>
git submodule add <repository_url> roles/oh-my-zsh

How to use it in playbook

- hosts: localhost
  become: true
  roles:
    - role: oh-my-zsh
      template: powerlevel10k
      plugins:
        - zsh-syntax-highlighting
        - zsh-autosuggestions
      oh-my-zsh-users:
        - me
        - root