first commit

This commit is contained in:
Ludovic Cartier
2025-09-23 16:06:56 +02:00
commit de96d3c2bb
10 changed files with 206 additions and 0 deletions

9
tasks/main.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: "apache2 | installation"
include_tasks: install.yml
- name: "apache2 | custom configuration"
include_tasks: configure.yml
# - name: "apache2 | configure vhost"
# include_tasks: vhost.yml