first commit
This commit is contained in:
9
tasks/main.yml
Normal file
9
tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user