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
|
state: latest
|
||||||
name:
|
name:
|
||||||
- zsh
|
- zsh
|
||||||
- zsh-autosuggestions
|
# - zsh-autosuggestions
|
||||||
- zsh-completions
|
# - zsh-completions
|
||||||
- zsh-history-substring-search
|
# - zsh-history-substring-search
|
||||||
- zsh-lovers
|
# - zsh-lovers
|
||||||
- zsh-syntax-highlighting
|
- zsh-syntax-highlighting
|
||||||
- zsh-theme-powerlevel10k
|
# - zsh-theme-powerlevel10k
|
||||||
- zshdb
|
- zshdb
|
||||||
|
|||||||
@@ -4,17 +4,28 @@
|
|||||||
password_lock: yes
|
password_lock: yes
|
||||||
shell: "/usr/bin/zsh"
|
shell: "/usr/bin/zsh"
|
||||||
|
|
||||||
# - name: users | rene | install public ssh keys
|
- name: users | rene | install public ssh keys
|
||||||
# authorized_key:
|
authorized_key:
|
||||||
# user: rene
|
user: rene
|
||||||
# state: present
|
state: present
|
||||||
# key: '{{ item }}'
|
key: '{{ item }}'
|
||||||
# with_file:
|
with_items:
|
||||||
# - public_keys/id_dsa.pub
|
- public_keys/id_dsa.pub
|
||||||
# - public_keys/id_ed25519.pub
|
- public_keys/id_ed25519.pub
|
||||||
# - public_keys/rene_id_rsa.pub
|
- public_keys/rene_id_rsa.pub
|
||||||
# - public_keys/yubikey.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
|
# - name: users | rene | create config directories
|
||||||
# file:
|
# file:
|
||||||
# path: /rene/{{ item.dir }}
|
# path: /rene/{{ item.dir }}
|
||||||
|
|||||||
Reference in New Issue
Block a user