🧱: mix around ssh keys
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user