ajout https
This commit is contained in:
@@ -39,11 +39,14 @@
|
||||
|
||||
- name: open firewall port
|
||||
firewalld:
|
||||
service: http
|
||||
service: "{{ item }}"
|
||||
permanent: yes
|
||||
immediate: yes
|
||||
state: enabled
|
||||
ignore_errors: true
|
||||
loop:
|
||||
- http
|
||||
- https
|
||||
|
||||
|
||||
- name: create documentroot
|
||||
|
||||
Reference in New Issue
Block a user