Browse Source

fix ssh cert hostname

master
Andrea Cimbalo 7 years ago
parent
commit
49ac0a9b6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/ssh_server/tasks/main.yaml

+ 1
- 1
roles/ssh_server/tasks/main.yaml View File

@ -35,7 +35,7 @@
type: 'sign_request'
request:
keyType: 'ssh_host'
hostName: '{{ hostname_result.stdout }}'
hostName: '{{ hostname_result.stdout }}.lilik.it'
keyData: "{{ vm_public_key['content'] | b64decode | replace('\n', '')}}"
- debug:


Loading…
Cancel
Save