nginx/tasks/main.yml
2024-12-17 17:20:50 +01:00

13 lines
233 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
- 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