This commit is contained in:
Alex
2023-11-10 17:23:54 +00:00
parent 8eaabf9544
commit 70a98b6973
39 changed files with 561 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
# tasks file for apache-config
- name: "Apache configuration"
template:
src: "inventaire.conf.j2"
# apache_conf_d pointe vers la conf apache
dest: "/etc/httpd/conf.d/inventaire.conf"
owner: "apache"
group: "apache"
# En cas de changement, redémarrage dapache
notify: [ "apache restart" ]