ansible-practice/inventory.conf.j2
2023-11-08 14:58:46 +00:00

9 lines
203 B
Django/Jinja
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.

# inventory.conf.j2
Alias /inventaire /var/www/html/inventory
# Donne des droits daccès à tout le monde
<Directory /var/www/html/inventory/>
Order Allow,Deny
Allow from All
</Directory>