This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix hostname in ssh_server
python3
Andrea Cimbalo
8 years ago
parent
0606140dbb
commit
d2d0db41c7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save