Change key permission

This commit is contained in:
SebClem 2023-04-16 20:27:09 +02:00
parent 71deed1114
commit 34fb95cd03
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -20,6 +20,7 @@
community.crypto.openssh_keypair:
path: /root/.ssh/id_ed25519
type: ed25519
mode: "0600"
comment: "root@{{ inventory_hostname }}"
force: "{{ force_ssh_key_regen | default(false) }}"