ajout https

This commit is contained in:
2022-09-22 16:21:42 +02:00
parent 37a75cef65
commit 071637a3f8

View File

@@ -39,11 +39,14 @@
- name: open firewall port - name: open firewall port
firewalld: firewalld:
service: http service: "{{ item }}"
permanent: yes permanent: yes
immediate: yes immediate: yes
state: enabled state: enabled
ignore_errors: true ignore_errors: true
loop:
- http
- https
- name: create documentroot - name: create documentroot