Files
apache2/tasks/main.yml
Ludovic Cartier de96d3c2bb first commit
2025-09-23 16:06:56 +02:00

10 lines
207 B
YAML

---
- name: "apache2 | installation"
include_tasks: install.yml
- name: "apache2 | custom configuration"
include_tasks: configure.yml
# - name: "apache2 | configure vhost"
# include_tasks: vhost.yml