nginx/tasks/main.yml

13 lines
233 B
YAML
Raw Permalink Normal View History

2024-12-17 17:20:50 +01:00
---
- name: "nginx | installation"
include: install.yml
- name: "nginx | custom configuration"
include: configure.yml
- name: "nginx | status page"
include: status.yml
- name: "nginx | configure vhost"
include: vhost.yml