2023-11-10 17:23:54 +00:00

13 lines
331 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# 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" ]