Merge branch 'main' of ssh://gitea.maiertobi.de:222/tobimai/ansible_playbooks
This commit is contained in:
@@ -35,3 +35,11 @@
|
||||
state: latest
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
|
||||
- name: Add ssh-rsa to ssh config as this seems to be disabled by default
|
||||
blockinfile:
|
||||
path: /etc/ssh/ssh_config
|
||||
block: |
|
||||
Host *
|
||||
HostKeyAlgorithms ssh-rsa
|
||||
PubkeyAcceptedKeyTypes ssh-rsa
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: Install Basic programs
|
||||
kewlfft.aur.aur:
|
||||
use: paru
|
||||
name: bat,zoxide,exa,fzf,vim,fd,tmux,nano
|
||||
name: bat,zoxide,exa,fzf,vim,fd,tmux,nano,btop,htop
|
||||
state: latest
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
Reference in New Issue
Block a user