improve SSH key comment
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
# SSH
|
# SSH
|
||||||
generate_ssh_key: "{{ generate_ssh_key }}"
|
generate_ssh_key: "{{ generate_ssh_key }}"
|
||||||
ssh_key_type: "{{ ssh_key_type }}"
|
ssh_key_type: "{{ ssh_key_type }}"
|
||||||
|
ssh_key_comment: "{{ username }}@{{ ansible_fqdn }}"
|
||||||
# Groups
|
# Groups
|
||||||
groups: "{{ user_groups }}"
|
groups: "{{ user_groups }}"
|
||||||
append: "{{ groups_append }}"
|
append: "{{ groups_append }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user