docker login
This commit is contained in:
parent
f3becc1af8
commit
a10c98d5bc
1 changed files with 10 additions and 0 deletions
|
@ -68,6 +68,16 @@
|
||||||
port: '3003'
|
port: '3003'
|
||||||
proto: tcp
|
proto: tcp
|
||||||
|
|
||||||
|
- name: Enable service httpd and ensure it is not masked
|
||||||
|
ansible.builtin.systemd:
|
||||||
|
name: http-server-status
|
||||||
|
enabled: true
|
||||||
|
masked: no
|
||||||
|
|
||||||
|
- name: Make sure a service http-server-status.service is running
|
||||||
|
ansible.builtin.systemd:
|
||||||
|
state: http-server-status.service
|
||||||
|
name: httpd
|
||||||
|
|
||||||
- name: Allow everything and enable UFW
|
- name: Allow everything and enable UFW
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
|
|
Loading…
Reference in a new issue