Add a vhost role
This commit is contained in:
6
roles/vhost/tasks/main.yml
Normal file
6
roles/vhost/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
|
||||
- name: "Setup {{ vhost_id }} vhost on {{ web_server }}"
|
||||
include_tasks: "{{ web_server }}.yml"
|
||||
when: web_server != 'none'
|
||||
Reference in New Issue
Block a user