docker login
This commit is contained in:
parent
4a1422ec40
commit
f3becc1af8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
deb: https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/http-server-status/stable.deb
|
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:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: '3003'
|
port: '3003'
|
||||||
|
|
Loading…
Reference in a new issue