Enable https port
This commit is contained in:
parent
be160ce79b
commit
306aef288c
1 changed files with 7 additions and 1 deletions
|
@ -26,4 +26,10 @@
|
|||
become: yes
|
||||
become_user: root
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Open HTTPS port
|
||||
firewalld:
|
||||
service: https
|
||||
permanent: yes
|
||||
immediate: true
|
||||
state: enabled
|
||||
|
|
Loading…
Reference in a new issue