From 071637a3f857671958a060df982a7a427766e050 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Thu, 22 Sep 2022 16:21:42 +0200 Subject: [PATCH] ajout https --- apache.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache.yml b/apache.yml index fb81473..86f1d7c 100644 --- a/apache.yml +++ b/apache.yml @@ -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