10 lines
207 B
YAML
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
|