Enable Nginx as webserver

This commit is contained in:
phil 2023-10-25 18:04:18 +02:00
parent 86aef332ca
commit 9d279dc190
6 changed files with 199 additions and 38 deletions

View file

@ -55,8 +55,8 @@
when: item.hiddenservice is defined
- name: Run Webserver tasks
ansible.builtin.import_tasks: apache.yml
tags: apache
ansible.builtin.import_tasks: webserver.yml
tags: webserver
- name: Installation
ansible.builtin.include_tasks: nextcloud.yml