add hostname to letsencrypt ssh key comment
This commit is contained in:
parent
6b71783a9e
commit
819ae50d9a
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
|||
authorized_key:
|
||||
user: letsencrypt
|
||||
key: "{{ letsencrypt_renewkey.public_key }}"
|
||||
comment: "{{ inventory_hostname }}"
|
||||
when: not ansible_check_mode
|
||||
- name: add server token to record whitelist on backend server
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue