custom SSH install

This commit is contained in:
vincent 2022-10-23 15:28:33 +02:00
parent b0d01ca8ec
commit 232e440526
4 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,8 @@
- name: ensure SSH instalation
become: true
package:
name: "{{ system_ssh_package }}"
state: present
- name: copy ssh config for user
become: true
template:

View File

@ -42,3 +42,7 @@ system_base_softwares:
- "fd"
- "fzf"
- "kitty-terminfo"
system_ssh_package:
- "openssh"

View File

@ -34,4 +34,9 @@ system_base_softwares:
- "fonts-cascadia-code"
- "fd-find"
- "fzf"
- "curl"
# - "xterm-kitty
system_ssh_package:
- "openssh-server"

View File

@ -40,3 +40,9 @@ system_base_softwares:
#- "fzf"
- "kitty-terminfo"
- "bind-utils"
system_ssh_package:
- "openssh-server"