Browse Source

fix hostname in ssh_server

python3
Andrea Cimbalo 7 years ago
parent
commit
d2d0db41c7
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

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


Loading…
Cancel
Save