SSH: Add global known hosts

This commit is contained in:
Jannik Beyerstedt 2026-04-13 09:58:09 +02:00
parent 7c1d978654
commit 03c99a7b8c
6 changed files with 53 additions and 10 deletions

View file

@ -26,3 +26,7 @@
# run this for every maintenance/ update cycle
- name: Apply user settings
ansible.builtin.import_tasks: usersettings.yml
# run this for every maintenance/ update cycle
- name: Apply SSH client settings
ansible.builtin.import_tasks: sshsettings.yml