Add a vhost role

This commit is contained in:
uumas
2022-11-18 05:38:17 +02:00
parent 1340b825e1
commit 3974e6eb46
8 changed files with 143 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
---
- name: "Setup {{ vhost_id }} vhost on {{ web_server }}"
include_tasks: "{{ web_server }}.yml"
when: web_server != 'none'