fixed pub keys

This commit is contained in:
Tobias Lehmann 2024-09-12 13:02:18 +02:00
parent 75ca0a61d9
commit 32be9f5783
3 changed files with 3 additions and 2 deletions

1
files/ssh/root-lxc.pub Normal file
View File

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

View File

@ -15,9 +15,9 @@
- root
- ansible
ssh_pubkeys_root:
- "../files/ssh/root.pub"
- "../files/ssh/root-lxc.pub"
ssh_pubkeys_ansible:
- "../files/ssh/id_ed25519_ansible.pub"
- "../files/ssh/ansible-lxc.pub"
roles:
- linux-base-install
- zsh