🧱: mix around ssh keys

This commit is contained in:
VC
2025-02-01 07:43:18 +01:00
parent 7a4978ca1b
commit f0bb32c910
3 changed files with 2 additions and 8 deletions

View File

@@ -98,13 +98,7 @@
ansible.posix.authorized_key:
user: root
state: present
key: "{{ lookup('file', 'ssh/home.id_rsa.pub') }}"
- name: Put ssh key work
ansible.posix.authorized_key:
user: root
state: present
key: "{{ lookup('file', 'ssh/work.id_rsa.pub') }}"
key: "{{ lookup('file', 'ssh/home.id_ed25519.pub') }}"
- name: Put cron-apt configuration file
ansible.builtin.copy: