docker login

This commit is contained in:
Kekskurse 2023-07-21 19:17:43 +02:00
parent 4a1422ec40
commit f3becc1af8
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
ansible.builtin.apt:
deb: https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/http-server-status/stable.deb
- name: Allow all access to tcp port 22
- name: Allow all access to tcp port 3003
community.general.ufw:
rule: allow
port: '3003'