fixed ssh keys

This commit is contained in:
Tobias Lehmann 2025-07-21 17:10:32 +02:00
parent 91044d55d3
commit 694e0c385a
4 changed files with 2 additions and 4 deletions

View File

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINOjMLOUrXJbCofUUWAfrel9UOIwy1XhCgpY1hfzF7md root@leh01 for Ansible

View File

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINOjMLOUrXJbCofUUWAfrel9UOIwy1XhCgpY1hfzF7md root@leh01 for Ansible

View File

@ -31,12 +31,12 @@
vars:
hostname: share
tools_install_users:
- root
- root
- ansible
ssh_pubkeys_root:
- "../files/ssh/root.pub"
ssh_pubkeys_ansible:
- "../files/ssh/id_ed25519_ansible.pub"
- "../files/ssh/ansible.pub"
roles:
- linux-base-install
- zsh