improve SSH key comment

This commit is contained in:
2026-03-19 14:49:26 +01:00
parent 16a4f97564
commit 8984d6368c

View File

@@ -63,6 +63,7 @@
# SSH
generate_ssh_key: "{{ generate_ssh_key }}"
ssh_key_type: "{{ ssh_key_type }}"
ssh_key_comment: "{{ username }}@{{ ansible_fqdn }}"
# Groups
groups: "{{ user_groups }}"
append: "{{ groups_append }}"