[dropbear] Move default port to 80

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
linter
Yohann D'ANELLO 2022-06-30 14:19:42 +02:00
parent 3a3aa48dd3
commit 0a3fc11aeb
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
glob_dropbear:
initramfs_ip: "::::{{ ansible_hostname }}:eno1:dhcp"
options: "-I 180 -j -k -p 2222 -s"
options: "-I 180 -j -k -p 80 -s"
authorized_keys:
- "{{ vault.surface.pubkey }}"