multiple changes
disabled some zsh packages enabled public key deployment for rene added some git clones
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
state: latest
|
||||
name:
|
||||
- zsh
|
||||
- zsh-autosuggestions
|
||||
- zsh-completions
|
||||
- zsh-history-substring-search
|
||||
- zsh-lovers
|
||||
# - zsh-autosuggestions
|
||||
# - zsh-completions
|
||||
# - zsh-history-substring-search
|
||||
# - zsh-lovers
|
||||
- zsh-syntax-highlighting
|
||||
- zsh-theme-powerlevel10k
|
||||
# - zsh-theme-powerlevel10k
|
||||
- zshdb
|
||||
|
||||
@@ -4,17 +4,28 @@
|
||||
password_lock: yes
|
||||
shell: "/usr/bin/zsh"
|
||||
|
||||
# - name: users | rene | install public ssh keys
|
||||
# authorized_key:
|
||||
# user: rene
|
||||
# state: present
|
||||
# key: '{{ item }}'
|
||||
# with_file:
|
||||
# - public_keys/id_dsa.pub
|
||||
# - public_keys/id_ed25519.pub
|
||||
# - public_keys/rene_id_rsa.pub
|
||||
# - public_keys/yubikey.pub
|
||||
- name: users | rene | install public ssh keys
|
||||
authorized_key:
|
||||
user: rene
|
||||
state: present
|
||||
key: '{{ item }}'
|
||||
with_items:
|
||||
- public_keys/id_dsa.pub
|
||||
- public_keys/id_ed25519.pub
|
||||
- public_keys/rene_id_rsa.pub
|
||||
- public_keys/yubikey.pub
|
||||
|
||||
- name: users | rene | clone remote repos
|
||||
git:
|
||||
repo: {{ item.repo }}
|
||||
dest: /home/rene/{{ item.dir }}
|
||||
with_items:
|
||||
- {repo: 'https://gitlab.social.my-wan.de/rene/dotfiles.git', dir: 'dotfiles'}
|
||||
- {repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k'}
|
||||
|
||||
########################################################
|
||||
# Learn Linux TV examples
|
||||
########################################################
|
||||
# - name: users | rene | create config directories
|
||||
# file:
|
||||
# path: /rene/{{ item.dir }}
|
||||
|
||||
Reference in New Issue
Block a user