Replaced redirects by origine to raise performance

This commit is contained in:
2025-08-11 19:44:14 +02:00
parent 1496f1de95
commit f72ac30884
8 changed files with 80 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
register: ssh_key
- name: Generate a SSH key for root if it does not exist
ansible.builtin.openssh_keypair:
community.crypto.openssh_keypair:
path: "/root/.ssh/id_rsa"
type: rsa
size: 4096